Lines Matching refs:NOCPU
287 SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt);
296 SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt);
816 childtd->td_oncpu = NOCPU;
817 childtd->td_lastcpu = NOCPU;
1020 td->td_oncpu = NOCPU;
1186 (cpunum == NOCPU || me == cpunum))
1219 if (cpunum != NOCPU) {
1240 if (cpunum == NOCPU)
1288 if (td->td_lastcpu != NOCPU && THREAD_CAN_SCHED(td, td->td_lastcpu))
1291 best = NOCPU;
1296 if (best == NOCPU)
1301 KASSERT(best != NOCPU, ("no valid CPUs"));
1377 cpu = NOCPU;
1384 if (cpu != NOCPU)
1737 td->td_oncpu = NOCPU;