Home
last modified time | relevance | path

Searched refs:NICE_WIDTH (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sched/
H A Dprio.h7 #define NICE_WIDTH (MAX_NICE - MIN_NICE + 1) macro
19 #define MAX_PRIO (MAX_RT_PRIO + NICE_WIDTH)
20 #define DEFAULT_PRIO (MAX_RT_PRIO + NICE_WIDTH / 2)
/linux/kernel/sched/
H A Dsyscalls.c162 increment = clamp(increment, -NICE_WIDTH, NICE_WIDTH); in SYSCALL_DEFINE1()
H A Dcore.c173 return MAX_RT_PRIO + NICE_WIDTH; /* 140 */ in __task_prio()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c75 max(x * (MAX_PRIO - prio) / (NICE_WIDTH / 2), MIN_SPU_TIMESLICE)