Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dautogroup.c244 if (nice < 0 && !can_nice(current, nice)) in proc_sched_autogroup_set_nice()
H A Dsyscalls.c139 int can_nice(const struct task_struct *p, const int nice) in can_nice() function
166 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
/linux-6.15/include/linux/
H A Dsched.h1911 extern int can_nice(const struct task_struct *p, const int nice);
/linux-6.15/kernel/
H A Dsys.c213 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()
/linux-6.15/drivers/android/
H A Dbinder.c679 if (can_nice(current, nice)) { in binder_set_nice()