Home
last modified time | relevance | path

Searched refs:sysdccid (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/uts/common/disp/
H A Dsysdc.c769 if (t->t_cid != sysdccid) { in sysdc_update()
877 if (t->t_cid != sysdccid) { in sysdc_tick()
1071 ASSERT(t->t_cid == sysdccid); in sysdc_exit()
1252 sysdccid = cid; in sysdc_init()
1300 ASSERT(sysdccid >= 0); in sysdc_thread_enter()
1308 VERIFY3U(CL_ALLOC(&buf, sysdccid, KM_SLEEP), ==, 0); in sysdc_thread_enter()
1314 VERIFY3U(CL_ENTERCLASS(t, sysdccid, &sdp, kcred, buf), ==, 0); in sysdc_thread_enter()
H A Dcpupart.c684 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
H A Dthread.c102 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
H A Ddisp.c1813 if (tp->t_cid == sysdccid) { in cpu_surrender()
/onnv-gate/usr/src/uts/common/sys/
H A Dclass.h120 #define CLASS_KERNEL(cid) ((cid) == syscid || (cid) == sysdccid)
130 extern id_t sysdccid; /* system duty-cycle scheduling class ID */
/onnv-gate/usr/src/uts/common/os/
H A Dfork.c787 ASSERT(cid != sysdccid); in newproc()
H A Dlwp.c117 ASSERT(cid != sysdccid); /* system threads must start in SYS */ in lwp_create()