Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dautogroup.h17 extern void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m);
/openbmc/linux/kernel/sched/
H A Dautogroup.c269 void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m) in proc_sched_autogroup_show_task() function
/openbmc/linux/fs/proc/
H A Dbase.c1499 proc_sched_autogroup_show_task(p, m); in sched_autogroup_show()