Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c225 static int __read_mostly sched_idlespinthresh = -1; variable
1505 if (sched_idlespinthresh < 0) in sched_initticks()
1506 sched_idlespinthresh = 2 * max(10000, 6 * hz) / realstathz; in sched_initticks()
2844 if (TDQ_IDLESPIN(tdq) && switchcnt > sched_idlespinthresh) { in sched_idletd()
2874 cpu_idle(switchcnt * 4 > sched_idlespinthresh); in sched_idletd()
3106 &sched_idlespinthresh, 0,