Searched refs:RTP_PRIO_MIN (Results 1 – 5 of 5) sorted by relevance
62 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
76 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0}, /* FIFO */78 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0} /* RR */
468 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setusercontext()
105 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
1445 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setscheduler()1967 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setparam()2015 (RTP_PRIO_MAX - RTP_PRIO_MIN - 1)) / in linux_sched_getparam()2016 (RTP_PRIO_MAX - RTP_PRIO_MIN) + 1; in linux_sched_getparam()