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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c2563 int oldswitchcnt, switchcnt; local
2569 oldswitchcnt = -1;
2578 if (switchcnt != oldswitchcnt) {
2579 oldswitchcnt = switchcnt;
2585 oldswitchcnt = switchcnt;
2604 if (tdq->tdq_load != 0 || switchcnt != oldswitchcnt)
2617 if (switchcnt != oldswitchcnt)
2620 oldswitchcnt++;

Completed in 93 milliseconds