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

/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/disp/
H A Dsysdc.c770 if (t->t_cid != sysdccid) {
878 if (t->t_cid != sysdccid) {
1072 ASSERT(t->t_cid == sysdccid);
1253 sysdccid = cid;
1301 ASSERT(sysdccid >= 0);
1309 VERIFY0(CL_ALLOC(&buf, sysdccid, KM_SLEEP));
1315 VERIFY0(CL_ENTERCLASS(t, sysdccid, &sdp, kcred, buf));
H A Dcpupart.c684 if (tp->t_cid == sysdccid) {
H A Dthread.c103 id_t sysdccid = CLASS_UNUSED; /* reset when SDC loads */ variable
H A Ddisp.c1813 if (tp->t_cid == sysdccid) {
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c805 ASSERT(cid != sysdccid);
H A Dlwp.c121 ASSERT(cid != sysdccid); /* system threads must start in SYS */

Completed in 301 milliseconds