Home
last modified time | relevance | path

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

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