Searched refs:preempt_thresh (Results 1 – 1 of 1) sorted by relevance
216 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable218 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable221 static int __read_mostly preempt_thresh = 0; variable438 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,