Searched refs:sysdccid (Results 1 – 7 of 7) sorted by relevance
770 if (t->t_cid != sysdccid) { in sysdc_update()878 if (t->t_cid != sysdccid) { in sysdc_tick()1072 ASSERT(t->t_cid == sysdccid); in sysdc_exit()1253 sysdccid = cid; in sysdc_init()1301 ASSERT(sysdccid >= 0); in sysdc_thread_enter()1309 VERIFY0(CL_ALLOC(&buf, sysdccid, KM_SLEEP)); in sysdc_thread_enter()1315 VERIFY0(CL_ENTERCLASS(t, sysdccid, &sdp, kcred, buf)); in sysdc_thread_enter()
684 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
103 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
1813 if (tp->t_cid == sysdccid) { in cpu_surrender()
122 #define CLASS_KERNEL(cid) ((cid) == syscid || (cid) == sysdccid)132 extern id_t sysdccid; /* system duty-cycle scheduling class ID */
796 ASSERT(cid != sysdccid); in newproc()
121 ASSERT(cid != sysdccid); /* system threads must start in SYS */ in lwp_create()