Home
last modified time | relevance | path

Searched refs:task_group_is_autogroup (Results 1 – 5 of 5) sorted by relevance

/kernel/sched/
Dautogroup.h20 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup() function
44 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup() function
Dautogroup.c250 if (!task_group_is_autogroup(ag->tg)) in proc_sched_autogroup_show_task()
264 if (!task_group_is_autogroup(tg)) in autogroup_path()
Drt.c510 } while (&tg->list != &task_groups && task_group_is_autogroup(tg)); in next_task_group()
2600 if (task_group_is_autogroup(tg)) in tg_has_rt_tasks()
Dcore.c1115 if (task_group_is_autogroup(task_group(p))) in uclamp_tg_restrict()
5634 !task_group_is_autogroup(task_group(p))) { in __sched_setscheduler()
Dfair.c299 if (cfs_rq && task_group_is_autogroup(cfs_rq->tg)) in cfs_rq_tg_path()