Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c216 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable
218 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable
221 static int __read_mostly preempt_thresh = 0; variable
438 if (preempt_thresh == 0) in sched_shouldpreempt()
443 if (pri <= preempt_thresh) in sched_shouldpreempt()
3098 SYSCTL_INT(_kern_sched, OID_AUTO, preempt_thresh, CTLFLAG_RW,
3099 &preempt_thresh, 0,