Searched refs:RLIMIT_NICE (Results 1 – 9 of 9) sorted by relevance
45 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to macro
26 [RLIMIT_NICE] = { 0, 0 }, \
94 #define RLIMIT_NICE __RLIMIT_NICE macro
590 [RLIMIT_NICE] = {"Max nice priority", NULL},
5309 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || in can_nice()
707 long min_nice = rlimit_to_nice(task_rlimit(task, RLIMIT_NICE)); in binder_do_set_priority()