Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsched_ule.c3000 int oldswitchcnt, switchcnt; in sched_idletd() local
3007 oldswitchcnt = -1; in sched_idletd()
3015 if (always_steal || switchcnt != oldswitchcnt) { in sched_idletd()
3016 oldswitchcnt = switchcnt; in sched_idletd()
3022 oldswitchcnt = switchcnt; in sched_idletd()
3041 if (TDQ_LOAD(tdq) != 0 || switchcnt != oldswitchcnt) in sched_idletd()
3069 if (switchcnt != oldswitchcnt) in sched_idletd()
3072 oldswitchcnt++; in sched_idletd()