Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dautogroup.c222 if (nice < 0 && !can_nice(current, nice)) in proc_sched_autogroup_set_nice()
A Dcore.c6907 int can_nice(const struct task_struct *p, const int nice) in can_nice() function
6938 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
7239 !can_nice(p, attr->sched_nice)) in __sched_setscheduler()
7271 if (!can_nice(p, task_nice(p))) in __sched_setscheduler()
/linux/include/linux/
A Dsched.h1840 extern int can_nice(const struct task_struct *p, const int nice);
/linux/kernel/
A Dsys.c187 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()
/linux/drivers/android/
A Dbinder.c619 if (can_nice(current, nice)) { in binder_set_nice()
/linux/
A DSystem.map3075 ffff8000100bda24 T can_nice
A D.tmp_System.map3075 ffff8000100bda24 T can_nice

Completed in 1023 milliseconds