Home
last modified time | relevance | path

Searched refs:RTP_PRIO_MAX (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dksched.c96 #define p4prio_to_rtpprio(P) (RTP_PRIO_MAX - (P))
97 #define rtpprio_to_p4prio(P) (RTP_PRIO_MAX - (P))
104 #define P1B_PRIO_MIN rtpprio_to_p4prio(RTP_PRIO_MAX)
H A Dkern_resource.c421 rtp.prio = RTP_PRIO_MAX; in sys_rtprio()
481 if (rtp->prio > RTP_PRIO_MAX) in rtp_to_pri()
491 if (rtp->prio > RTP_PRIO_MAX) in rtp_to_pri()
H A Dkern_poll.c558 rtp.prio = RTP_PRIO_MAX; /* lowest priority */ in poll_idle()
H A Dkern_thr.c208 if (rtp->prio > RTP_PRIO_MAX) in thread_create()
H A Dkern_umtx.c2162 ceiling = RTP_PRIO_MAX - ceiling; in do_lock_pp()
2163 if (ceiling > RTP_PRIO_MAX) { in do_lock_pp()
2325 rceiling = RTP_PRIO_MAX - rceiling; in do_unlock_pp()
2326 if (rceiling > RTP_PRIO_MAX) in do_unlock_pp()
2391 if (ceiling > RTP_PRIO_MAX) in do_set_ceiling()
/f-stack/freebsd/sys/
H A Drtprio.h63 #define RTP_PRIO_MAX 31 /* Lowest priority */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c453 rtp.prio = p > RTP_PRIO_MAX ? RTP_PRIO_MAX : p; in setusercontext()
460 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()