Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dauto_group.c193 int proc_sched_autogroup_set_nice(struct task_struct *p, int nice) in proc_sched_autogroup_set_nice() function
/linux-4.1.27/include/linux/
Dsched.h2259 extern int proc_sched_autogroup_set_nice(struct task_struct *p, int nice);
/linux-4.1.27/fs/proc/
Dbase.c1268 err = proc_sched_autogroup_set_nice(p, nice); in sched_autogroup_write()