Searched defs:pri_to_idx (Results 1 – 2 of 2) sorted by relevance
58 #define pri_to_idx(pri) ((pri) == PRI_NONE ? PRI_COUNT : (pri)) macro