Searched refs:RLIMIT_NICE (Results 1 – 5 of 5) sorted by relevance
45 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to macro
26 [RLIMIT_NICE] = { 0, 0 }, \
589 [RLIMIT_NICE] = {"Max nice priority", NULL},
5022 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || in can_nice()
1029 min_nice = rlimit_to_nice(rlimit(RLIMIT_NICE)); in binder_set_nice()