Home
last modified time | relevance | path

Searched refs:DEFAULT_PRIO (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
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)
/linux/kernel/locking/
A Drtmutex.c292 return DEFAULT_PRIO; in __waiter_prio()

Completed in 6 milliseconds