Searched refs:NICE_TO_PRIO (Results 1 – 1 of 1) sorted by relevance
98 #ifndef NICE_TO_PRIO99 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20) macro