MAX_DL_PRIO
return unlikely(prio < MAX_DL_PRIO);
return unlikely(prio < MAX_RT_PRIO && prio >= MAX_DL_PRIO);
prio = MAX_DL_PRIO - 1;