CMP_PRIO
#define CMP_PRIO(ulwp) ((real_priority(ulwp) << 1) + (ulwp)->ul_writer)
#define CMP_PRIO(t) ((DISP_PRIO(t) << 1) + (t)->t_writer)