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

/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c219 static int static_boost = PRI_MIN_BATCH; variable
2000 if (static_boost == 1 && prio)
2002 else if (static_boost && td->td_priority > static_boost)
2003 sched_prio(td, static_boost);
2872 SYSCTL_INT(_kern_sched, OID_AUTO, static_boost, CTLFLAG_RW, &static_boost, 0,

Completed in 49 milliseconds