Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsched_ule.c239 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable
241 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable
244 static int __read_mostly preempt_thresh = 0; variable
471 if (preempt_thresh == 0) in sched_shouldpreempt()
476 if (pri <= preempt_thresh) in sched_shouldpreempt()
3480 SYSCTL_INT(_kern_sched_ule, OID_AUTO, preempt_thresh, CTLFLAG_RWTUN,
3481 &preempt_thresh, 0,