Searched refs:sysdccid (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/uts/common/disp/ |
| H A D | sysdc.c | 769 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 D | cpupart.c | 684 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
|
| H A D | thread.c | 102 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
|
| H A D | disp.c | 1813 if (tp->t_cid == sysdccid) { in cpu_surrender()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | class.h | 120 #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 D | fork.c | 787 ASSERT(cid != sysdccid); in newproc()
|
| H A D | lwp.c | 117 ASSERT(cid != sysdccid); /* system threads must start in SYS */ in lwp_create()
|