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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c218 static int sched_idlespinthresh = -1; variable
1393 if (sched_idlespinthresh < 0)
1394 sched_idlespinthresh = 2 * max(10000, 6 * hz) / realstathz;
2594 if (TDQ_IDLESPIN(tdq) && switchcnt > sched_idlespinthresh) {
2609 cpu_idle(switchcnt * 4 > sched_idlespinthresh);
2825 &sched_idlespinthresh, 0,

Completed in 44 milliseconds