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

/freebsd-13-stable/sys/kern/
H A Dsched_ule.c2813 int oldswitchcnt, switchcnt; local
2820 oldswitchcnt = -1;
2828 if (always_steal || switchcnt != oldswitchcnt) {
2829 oldswitchcnt = switchcnt;
2835 oldswitchcnt = switchcnt;
2854 if (tdq->tdq_load != 0 || switchcnt != oldswitchcnt)
2882 if (switchcnt != oldswitchcnt)
2885 oldswitchcnt++;

Completed in 65 milliseconds