Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsched_ule.c215 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable
217 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable
220 static int __read_mostly preempt_thresh = 0; variable
456 if (preempt_thresh == 0) in sched_shouldpreempt()
461 if (pri <= preempt_thresh) in sched_shouldpreempt()
3317 SYSCTL_INT(_kern_sched, OID_AUTO, preempt_thresh, CTLFLAG_RW,
3318 &preempt_thresh, 0,