Home
last modified time | relevance | path

Searched refs:can_nice (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/kernel/sched/
Dautogroup.c245 if (nice < 0 && !can_nice(current, nice)) in proc_sched_autogroup_set_nice()
Dcore.c7262 int can_nice(const struct task_struct *p, const int nice) in can_nice() function
7289 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
/Linux-v6.6/include/linux/
Dsched.h1920 extern int can_nice(const struct task_struct *p, const int nice);
/Linux-v6.6/kernel/
Dsys.c202 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()
/Linux-v6.6/drivers/android/
Dbinder.c671 if (can_nice(current, nice)) { in binder_set_nice()