Searched refs:preempt_thresh (Results 1 – 1 of 1) sorted by relevance
215 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable217 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable220 static int __read_mostly preempt_thresh = 0; variable456 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,