Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c744 if (t->t_cid != sysdccid) { in sysdc_update()
852 if (t->t_cid != sysdccid) { in sysdc_tick()
1046 ASSERT(t->t_cid == sysdccid); in sysdc_exit()
1227 sysdccid = cid; in sysdc_init()
1275 ASSERT(sysdccid >= 0); in sysdc_thread_enter()
1283 VERIFY0(CL_ALLOC(&buf, sysdccid, KM_SLEEP)); in sysdc_thread_enter()
1289 VERIFY0(CL_ENTERCLASS(t, sysdccid, &sdp, kcred, buf)); in sysdc_thread_enter()
H A Dcpupart.c687 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
H A Dthread.c105 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
H A Ddisp.c1811 if (tp->t_cid == sysdccid) { in cpu_surrender()
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h122 #define CLASS_KERNEL(cid) ((cid) == syscid || (cid) == sysdccid)
132 extern id_t sysdccid; /* system duty-cycle scheduling class ID */
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c806 ASSERT(cid != sysdccid); in newproc()
H A Dlwp.c120 ASSERT(cid != sysdccid); /* system threads must start in SYS */ in lwp_create()