Searched refs:min_nice (Results 1 – 1 of 1) sorted by relevance
1129 long min_nice = rlimit_to_nice(task_rlimit(task, RLIMIT_NICE)); in binder_do_set_priority() local1131 if (min_nice > MAX_NICE) { in binder_do_set_priority()1135 } else if (priority < min_nice) { in binder_do_set_priority()1136 priority = min_nice; in binder_do_set_priority()