Searched refs:preempt_thresh (Results 1 – 1 of 1) sorted by relevance
239 static int __read_mostly preempt_thresh = PRI_MAX_IDLE; variable241 static int __read_mostly preempt_thresh = PRI_MIN_KERN; variable244 static int __read_mostly preempt_thresh = 0; variable471 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,