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

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c2626 int oldswitchcnt, switchcnt; local
2633 oldswitchcnt = -1;
2642 if (switchcnt != oldswitchcnt) {
2643 oldswitchcnt = switchcnt;
2649 oldswitchcnt = switchcnt;
2668 if (tdq->tdq_load != 0 || switchcnt != oldswitchcnt)
2687 if (switchcnt != oldswitchcnt)
2690 oldswitchcnt++;

Completed in 64 milliseconds