Home
last modified time | relevance | path

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

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