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

/freebsd-11.0-release/sys/kern/
H A Dsched_ule.c2635 int oldswitchcnt, switchcnt; local
2649 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2651 if (switchcnt != oldswitchcnt) {
2652 oldswitchcnt = switchcnt;
2656 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2658 oldswitchcnt = switchcnt;
2667 if (TDQ_IDLESPIN(tdq) && switchcnt > sched_idlespinthresh) {
2676 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2677 if (tdq->tdq_load != 0 || switchcnt != oldswitchcnt)
2688 cpu_idle(switchcnt *
[all...]

Completed in 90 milliseconds