Searched refs:can_nice (Results 1 – 3 of 3) sorted by relevance
245 if (nice < 0 && !can_nice(current, nice)) in proc_sched_autogroup_set_nice()
7304 int can_nice(const struct task_struct *p, const int nice) in can_nice() function7331 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
197 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()