Searched refs:RTP_PRIO_MAX (Results 1 – 7 of 7) sorted by relevance
96 #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)
421 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()
558 rtp.prio = RTP_PRIO_MAX; /* lowest priority */ in poll_idle()
208 if (rtp->prio > RTP_PRIO_MAX) in thread_create()
2162 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()
63 #define RTP_PRIO_MAX 31 /* Lowest priority */ macro
453 rtp.prio = p > RTP_PRIO_MAX ? RTP_PRIO_MAX : p; in setusercontext()460 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()