Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c1075 int cpu, switchcnt, goup; in tdq_idled() local
1082 switchcnt = TDQ_SWITCHCNT(tdq); in tdq_idled()
1153 switchcnt != TDQ_SWITCHCNT(tdq)) { in tdq_idled()
3107 int oldswitchcnt, switchcnt; in sched_ule_idletd() local
3120 switchcnt = TDQ_SWITCHCNT(tdq); in sched_ule_idletd()
3122 if (always_steal || switchcnt != oldswitchcnt) { in sched_ule_idletd()
3123 oldswitchcnt = switchcnt; in sched_ule_idletd()
3127 switchcnt = TDQ_SWITCHCNT(tdq); in sched_ule_idletd()
3129 oldswitchcnt = switchcnt; in sched_ule_idletd()
3138 if (TDQ_IDLESPIN(tdq) && switchcnt > sched_idlespinthresh) { in sched_ule_idletd()
[all …]