Searched refs:DEFAULT_PRIO (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/locking/
H A Drtmutex.c351 return DEFAULT_PRIO;
/linux-master/include/linux/sched/
H A Dprio.h19 #define DEFAULT_PRIO (MAX_RT_PRIO + NICE_WIDTH / 2) macro
26 #define NICE_TO_PRIO(nice) ((nice) + DEFAULT_PRIO)
27 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO)

Completed in 178 milliseconds