Home
last modified time | relevance | path

Searched refs:proc_sched_autogroup_set_nice (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/sched/
Dauto_group.c191 int proc_sched_autogroup_set_nice(struct task_struct *p, int nice) in proc_sched_autogroup_set_nice() function
/linux-4.4.14/include/linux/
Dsched.h2357 extern int proc_sched_autogroup_set_nice(struct task_struct *p, int nice);
/linux-4.4.14/fs/proc/
Dbase.c1456 err = proc_sched_autogroup_set_nice(p, nice); in sched_autogroup_write()