Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dpriority.h84 #define PRI_MAX_ITHD (PRI_MIN_REALTIME - 1) macro
/f-stack/freebsd/sys/
H A Dpriority.h86 #define PRI_MAX_ITHD (PRI_MIN_REALTIME - 1) macro
/f-stack/freebsd/kern/
H A Dsched_4bsd.c358 if (pri > PRI_MAX_ITHD && cpri < PRI_MIN_IDLE) in maybe_preempt()
1236 if (pri <= PRI_MAX_ITHD) in kick_other_cpu()
H A Dkern_intr.c172 pri = PRI_MAX_ITHD; in ithread_update()
H A Dsched_ule.c1265 if (td->td_priority <= PRI_MAX_ITHD && THREAD_CAN_SCHED(td, self) && in sched_pickcpu()