Searched refs:can_nice (Results 1 – 5 of 5) sorted by relevance
204 if (nice < 0 && !can_nice(current, nice)) in proc_sched_autogroup_set_nice()
3505 int can_nice(const struct task_struct *p, const int nice) in can_nice() function3536 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()3833 !can_nice(p, attr->sched_nice)) in __sched_setscheduler()3865 if (!can_nice(p, task_nice(p))) in __sched_setscheduler()
2379 extern int can_nice(const struct task_struct *p, const int nice);
159 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()
443 if (can_nice(current, nice)) { in binder_set_nice()