Home
last modified time | relevance | path

Searched refs:RLIMIT_NICE (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dresource.h45 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to macro
/linux/include/asm-generic/
H A Dresource.h26 [RLIMIT_NICE] = { 0, 0 }, \
/linux/kernel/sched/
H A Dsyscalls.c110 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE)); in is_nice_reduction()