Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dsysdc.c770 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()
H A Dcpupart.c684 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
H A Dthread.c103 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
H A Ddisp.c1813 if (tp->t_cid == sysdccid) { in cpu_surrender()
/titanic_41/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 */
/titanic_41/usr/src/uts/common/os/
H A Dfork.c796 ASSERT(cid != sysdccid); in newproc()
H A Dlwp.c121 ASSERT(cid != sysdccid); /* system threads must start in SYS */ in lwp_create()