HomeSort by: relevance | last modified time | path
    Searched refs:SPCF_OFFLINE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/kern/
kern_cpu.c 231 if ((ci->ci_schedstate.spc_flags & SPCF_OFFLINE) != 0)
324 spc->spc_flags |= SPCF_OFFLINE;
330 if ((mspc->spc_flags & SPCF_OFFLINE) == 0)
356 if ((mspc->spc_flags & SPCF_OFFLINE) == 0 &&
380 /* Just unset the SPCF_OFFLINE flag, caller will check */
382 spc->spc_flags &= ~SPCF_OFFLINE;
396 spc->spc_flags &= ~SPCF_OFFLINE;
415 if ((spc->spc_flags & SPCF_OFFLINE) == 0)
419 if ((spc->spc_flags & SPCF_OFFLINE) != 0)
427 if ((ci2->ci_schedstate.spc_flags & SPCF_OFFLINE) != 0
    [all...]
kern_idle.c 83 if ((spc->spc_flags & SPCF_OFFLINE) == 0) {
sys_pset.c 356 if (psid != PS_NONE && ((spc->spc_flags & SPCF_OFFLINE) ||
sys_sched.c 383 if (ispc->spc_flags & SPCF_OFFLINE) {
kern_runq.c 459 if (__predict_false(spc->spc_flags & SPCF_OFFLINE))
837 if ((spc->spc_flags & SPCF_OFFLINE) != 0 || spc->spc_count != 0) {
subr_prf.c 248 ci->ci_schedstate.spc_flags |= SPCF_OFFLINE;
  /src/sys/sys/
sched.h 184 #define SPCF_OFFLINE 0x0004 /* CPU marked offline */
  /src/sys/arch/x86/x86/
cpu.c 1340 sc->sc_wasonline = !(ci->ci_schedstate.spc_flags & SPCF_OFFLINE);

Completed in 16 milliseconds