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

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c2626 int oldswitchcnt, switchcnt; local
2640 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2642 if (switchcnt != oldswitchcnt) {
2643 oldswitchcnt = switchcnt;
2647 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2649 oldswitchcnt = switchcnt;
2658 if (TDQ_IDLESPIN(tdq) && switchcnt > sched_idlespinthresh) {
2667 switchcnt = tdq->tdq_switchcnt + tdq->tdq_oldswitchcnt;
2668 if (tdq->tdq_load != 0 || switchcnt != oldswitchcnt)
2679 cpu_idle(switchcnt *
[all...]

Completed in 53 milliseconds