Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c3107 int oldswitchcnt, switchcnt; in sched_ule_idletd() local
3114 oldswitchcnt = -1; in sched_ule_idletd()
3122 if (always_steal || switchcnt != oldswitchcnt) { in sched_ule_idletd()
3123 oldswitchcnt = switchcnt; in sched_ule_idletd()
3129 oldswitchcnt = switchcnt; in sched_ule_idletd()
3148 if (TDQ_LOAD(tdq) != 0 || switchcnt != oldswitchcnt) in sched_ule_idletd()
3176 if (switchcnt != oldswitchcnt) in sched_ule_idletd()
3179 oldswitchcnt++; in sched_ule_idletd()