Searched refs:RTP_PRIO_MIN (Results 1 – 6 of 6) sorted by relevance
61 #define RTP_PRIO_MIN 0 /* Highest priority */ macro
494 p += RTP_PRIO_MIN - (PRIO_MAX + 1); in setclasspriority()502 rtp.prio = p < RTP_PRIO_MIN ? RTP_PRIO_MIN : p; in setclasspriority()
76 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0}, /* FIFO */78 {RTP_PRIO_MIN, RTP_PRIO_MAX, 0} /* RR */
103 #define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN)
228 rtp.prio = (RTP_PRIO_MIN + RTP_PRIO_MAX) / 2; in sched_set_fifo()
1288 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setscheduler()1890 (RTP_PRIO_MAX - RTP_PRIO_MIN + 1) / in linux_sched_setparam()1938 (RTP_PRIO_MAX - RTP_PRIO_MIN - 1)) / in linux_sched_getparam()1939 (RTP_PRIO_MAX - RTP_PRIO_MIN) + 1; in linux_sched_getparam()2728 prio = RTP_PRIO_MIN; in linux_rtprio2ioprio()2740 prio = RTP_PRIO_MIN; in linux_rtprio2ioprio()2753 rtp->prio = RTP_PRIO_MIN; in linux_ioprio2rtprio()