Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dautogroup.h18 extern int proc_sched_autogroup_set_nice(struct task_struct *p, int nice);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dautogroup.c208 int proc_sched_autogroup_set_nice(struct task_struct *p, int nice) in proc_sched_autogroup_set_nice() function
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c1529 err = proc_sched_autogroup_set_nice(p, nice); in sched_autogroup_write()