Home | History | Annotate | Download | only in kern

Lines Matching refs:ci_schedstate

231 		if ((ci->ci_schedstate.spc_flags & SPCF_OFFLINE) != 0)
235 if ((ci->ci_schedstate.spc_flags & SPCF_NOINTR) != 0)
239 cs->cs_lastmod = (int32_t)ci->ci_schedstate.spc_lastmod;
241 (ci->ci_schedstate.spc_lastmod >> 32);
322 spc = &ci->ci_schedstate;
329 mspc = &target_ci->ci_schedstate;
355 mspc = &mci->ci_schedstate;
394 spc = &ci->ci_schedstate;
410 spc = &ci->ci_schedstate;
427 if ((ci2->ci_schedstate.spc_flags & SPCF_OFFLINE) != 0)
429 if (ci2->ci_schedstate.spc_psid != spc->spc_psid)
459 return (ci->ci_schedstate.spc_flags & wanted) == wanted;
481 const int ci1_flags = ci1->ci_schedstate.spc_flags;
482 const int ci2_flags = ci2->ci_schedstate.spc_flags;
498 spc = &ci->ci_schedstate;
510 spc = &ci->ci_schedstate;
526 spc = &ci->ci_schedstate;
545 if ((ci2->ci_schedstate.spc_flags & SPCF_NOINTR) != 0)