Home
last modified time | relevance | path

Searched refs:spc_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_runq.c238 spc->spc_count++; in sched_enqueue()
270 KASSERT(spc->spc_count > 0); in sched_dequeue()
275 spc->spc_count--; in sched_dequeue()
545 if (bestspc->spc_count < curspc->spc_count) { in sched_bestcpu()
837 if ((spc->spc_flags & SPCF_OFFLINE) != 0 || spc->spc_count != 0) { in sched_idle()
915 KASSERT(tspc->spc_count >= 1); in sched_preempted()
1090 if (__predict_false(spc->spc_count == 0)) in sched_nextlwp()
1119 rv = (spc->spc_count != 0);
1206 spc->spc_count, sp in sched_print_runqueue()
[all...]
/netbsd-src/sys/sys/
H A Dsched.h175 u_int spc_count; /* m: count of the threads */ member