Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c246 static int __read_mostly static_boost = PRI_MIN_BATCH; variable
2459 if (static_boost == 1 && prio) in sched_ule_sleep()
2461 else if (static_boost && td->td_priority > static_boost) in sched_ule_sleep()
2462 sched_prio(td, static_boost); in sched_ule_sleep()
3483 SYSCTL_INT(_kern_sched_ule, OID_AUTO, static_boost, CTLFLAG_RWTUN,
3484 &static_boost, 0,