Searched refs:switchcnt (Results 1 – 1 of 1) sorted by relevance
1075 int cpu, switchcnt, goup; in tdq_idled() local1082 switchcnt = TDQ_SWITCHCNT(tdq); in tdq_idled()1153 switchcnt != TDQ_SWITCHCNT(tdq)) { in tdq_idled()3107 int oldswitchcnt, switchcnt; in sched_ule_idletd() local3120 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 …]