Lines Matching refs:task_group
1169 int walk_tg_tree_from(struct task_group *from, in walk_tg_tree_from()
1172 struct task_group *parent, *child; in walk_tg_tree_from()
1200 int tg_nop(struct task_group *tg, void *data) in tg_nop()
1435 if (task_group_is_autogroup(task_group(p))) in uclamp_tg_restrict()
1437 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()
1440 tg_min = task_group(p)->uclamp[UCLAMP_MIN].value; in uclamp_tg_restrict()
1441 tg_max = task_group(p)->uclamp[UCLAMP_MAX].value; in uclamp_tg_restrict()
1704 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
4432 struct task_group *tg; in sched_post_fork()
4438 struct task_group, css); in sched_post_fork()
7348 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7349 !task_group_is_autogroup(task_group(p))) { in __sched_setscheduler()
9252 struct task_group root_task_group;
9327 task_group_cache = KMEM_CACHE(task_group, 0); in sched_init()
9696 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group()
9697 struct task_group *parent) in alloc_uclamp_sched_group()
9710 static void sched_free_group(struct task_group *tg) in sched_free_group()
9720 sched_free_group(container_of(rcu, struct task_group, rcu)); in sched_free_group_rcu()
9723 static void sched_unregister_group(struct task_group *tg) in sched_unregister_group()
9735 struct task_group *sched_create_group(struct task_group *parent) in sched_create_group()
9737 struct task_group *tg; in sched_create_group()
9758 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
9780 sched_unregister_group(container_of(rhp, struct task_group, rcu)); in sched_unregister_group_rcu()
9783 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
9789 void sched_release_group(struct task_group *tg) in sched_release_group()
9814 struct task_group *tg; in sched_change_group()
9822 struct task_group, css); in sched_change_group()
9876 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg()
9878 return css ? container_of(css, struct task_group, css) : NULL; in css_tg()
9884 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
9885 struct task_group *tg; in cpu_cgroup_css_alloc()
9902 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online()
9903 struct task_group *parent = css_tg(css->parent); in cpu_cgroup_css_online()
9922 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
9929 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
10091 struct task_group *tg; in cpu_uclamp_write()
10138 struct task_group *tg; in cpu_uclamp_print()
10183 struct task_group *tg = css_tg(css); in cpu_shares_read_u64()
10196 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 runtime);
10198 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, in tg_set_cfs_bandwidth()
10286 static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota()
10302 static long tg_get_cfs_quota(struct task_group *tg) in tg_get_cfs_quota()
10315 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period()
10329 static long tg_get_cfs_period(struct task_group *tg) in tg_get_cfs_period()
10339 static int tg_set_cfs_burst(struct task_group *tg, long cfs_burst_us) in tg_set_cfs_burst()
10353 static long tg_get_cfs_burst(struct task_group *tg) in tg_get_cfs_burst()
10400 struct task_group *tg;
10408 static u64 normalize_cfs_quota(struct task_group *tg, in normalize_cfs_quota()
10428 static int tg_cfs_schedulable_down(struct task_group *tg, void *data) in tg_cfs_schedulable_down()
10461 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 quota) in __cfs_schedulable()
10484 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
10620 struct task_group *tg = css_tg(css); in cpu_extra_stat_show()
10645 struct task_group *tg = css_tg(css); in cpu_weight_read_u64()
10739 struct task_group *tg = css_tg(seq_css(sf)); in cpu_max_show()
10748 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()