Searched refs:static_boost (Results 1 – 1 of 1) sorted by relevance
223 static int static_boost = PRI_MIN_BATCH; variable2171 if (static_boost == 1 && prio) in sched_sleep()2173 else if (static_boost && td->td_priority > static_boost) in sched_sleep()2174 sched_prio(td, static_boost); in sched_sleep()3044 SYSCTL_INT(_kern_sched, OID_AUTO, static_boost, CTLFLAG_RW, &static_boost, 0,