Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriority.h84 #define PRI_MAX_ITHD (PRI_MIN_REALTIME - 1) macro
/freebsd/sys/kern/
H A Dsched_4bsd.c356 if (pri > PRI_MAX_ITHD && cpri < PRI_MIN_IDLE) in maybe_preempt()
752 if (td->td_base_pri + RQ_PPQ < PRI_MAX_ITHD) { in sched_clock_tick()
1268 if (pri <= PRI_MAX_ITHD) in kick_other_cpu()
H A Dsched_ule.c1342 if (td->td_priority <= PRI_MAX_ITHD && THREAD_CAN_SCHED(td, self) && in sched_pickcpu()
2636 if (td->td_base_pri + RQ_PPQ < PRI_MAX_ITHD) { in sched_clock()
H A Dkern_intr.c195 pri = PRI_MAX_ITHD; in ithread_update()