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 }, \
590 [RLIMIT_NICE] = {"Max nice priority", NULL},
623 min_nice = rlimit_to_nice(rlimit(RLIMIT_NICE)); in binder_set_nice()
6912 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || in can_nice()
Completed in 33 milliseconds