RTP_PRIO_MAX
niceval = PRIO_MIN - 1 - RTP_PRIO_MAX + KI_LWP(k, rtprio).prio;
niceval = PRIO_MIN - 1 - RTP_PRIO_MAX - KI_LWP(k, rtprio).prio;
param->sched_priority = RTP_PRIO_MAX - rtp->prio;
param->sched_priority = RTP_PRIO_MAX - rtp->prio;
rtp->prio = RTP_PRIO_MAX - param->sched_priority;
rtp->prio = RTP_PRIO_MAX - param->sched_priority;
rtp.prio = p > RTP_PRIO_MAX ? RTP_PRIO_MAX : p;
p -= PRIO_MIN - RTP_PRIO_MAX;
if (rtp.prio > RTP_PRIO_MAX) {
if (rtp.prio > RTP_PRIO_MAX) {
#define P1B_PRIO_MIN rtpprio_to_p4prio(RTP_PRIO_MAX)
*ret = RTP_PRIO_MAX;
#define p4prio_to_rtpprio(P) (RTP_PRIO_MAX - (P))
#define rtpprio_to_p4prio(P) (RTP_PRIO_MAX - (P))
xnice = PRIO_MIN - 1 - RTP_PRIO_MAX + LP(pp, rtprio.prio);
xnice = PRIO_MIN - 1 - RTP_PRIO_MAX - LP(pp, rtprio.prio);