| /onnv/onnv-gate/usr/src/uts/common/disp/ |
| thread_intr.c | 55 (void (*)())thread_create_intr, NULL, 0, &p0, TS_ONPROC, 0); 59 * to TS_ONPROC only while the interrupt is active. Think of these
|
| fss.c | 959 if (t == curthread || t->t_state == TS_ONPROC) { [all...] |
| thread.c | 541 case TS_ONPROC: 1232 } else if (t->t_state & (TS_RUN | TS_ONPROC)) { [all...] |
| sysdc.c | 790 if (!(t->t_state & (TS_RUN | TS_ONPROC)) && 891 if (t->t_state == TS_ONPROC && 896 if (t->t_state == TS_ONPROC || t->t_state == TS_RUN) { [all...] |
| disp.c | 672 if (t->t_state != TS_ONPROC || t->t_disp_queue != CPU->cpu_disp) { 700 * set it in TS_ONPROC state so that resume() can be called to run it. 827 thread_onproc(tp, cpup); /* set t_state to TS_ONPROC */ 875 if (t->t_state == TS_ONPROC && 879 ASSERT(t->t_state != TS_ONPROC || 899 * If t was previously in the TS_ONPROC state, 1079 * If t was previously in the TS_ONPROC state, setfrontdq and setbackdq 1273 * the queue is in TS_ONPROC state, don't set its t_waitrq until a [all...] |
| fx.c | 1114 * This is called with the current thread in TS_ONPROC and locked. [all...] |
| ts.c | [all...] |
| rt.c | 999 (t->t_state == TS_ONPROC && DISP_MUST_SURRENDER(t))) { 1105 if (t == curthread || t->t_state == TS_ONPROC) {
|
| /onnv/onnv-gate/usr/src/uts/sun4/ml/ |
| genconst.c | 91 printf("#define\tTS_ONPROC 0x%x\n", TS_ONPROC);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| procfs.sed.in | 56 SED_REPLACE(TS_ONPROC)
|
| procfs.d.in | 326 (T->t_state == @TS_ONPROC@) ? SONPROC : 334 (T->t_state == @TS_ONPROC@) ? 'O' :
|
| /onnv/onnv-gate/usr/src/uts/i86pc/ml/ |
| genassym.c | 98 printf("#define\tONPROC_THREAD 0x%x\n", TS_ONPROC);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| thread.h | 57 #define TS_ONPROC 0x04 /* Thread is being run on a processor */ 667 THREAD_SET_STATE(tp, TS_ONPROC, &(cpu)->cpu_thread_lock)
|
| /onnv/onnv-gate/usr/src/uts/common/cpr/ |
| cpr_uthread.c | 158 if (tp->t_state == TS_ONPROC && tp->t_cpu != CPU)
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| semaphore.c | 76 ASSERT(curthread->t_state == TS_ONPROC); \
|
| turnstile.c | 453 ASSERT(t->t_state == TS_ONPROC);
|
| timers.c | 679 case TS_ONPROC: 701 if (t->t_state == TS_ONPROC && t->t_cpu != CPU) [all...] |
| sched.c | 795 ASSERT(tp->t_state == TS_ONPROC);
|
| condvar.c | 148 ASSERT(t->t_state == TS_ONPROC);
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/ |
| lock_prim.s | 758 t->t_state = TS_ONPROC; 765 set TS_ONPROC, %o2 ! TS_ONPROC state
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| sysctrl_quiesce.c | 382 if (tp->t_state == TS_ONPROC && tp->t_cpu != CPU)
|
| /onnv/onnv-gate/usr/src/uts/intel/fs/proc/ |
| prmachdep.c | 86 if (t->t_state == TS_ONPROC && t->t_cpu != CPU)
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| mp_startup.c | 110 * Set state to TS_ONPROC since this thread will start running 364 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1);
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| intr.c | 330 * preset to TS_ONPROC, but it helps in debugging if 333 it->t_state = TS_ONPROC; 599 it->t_state = TS_ONPROC;
|
| /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/ |
| sbdp_quiesce.c | 550 if (tp->t_state == TS_ONPROC && tp->t_cpu != CPU)
|