Lines Matching refs:task_group

1386 int walk_tg_tree_from(struct task_group *from,  in walk_tg_tree_from()
1389 struct task_group *parent, *child; in walk_tg_tree_from()
1417 int tg_nop(struct task_group *tg, void *data) in tg_nop()
1592 if (task_group_is_autogroup(task_group(p))) in uclamp_tg_restrict()
1594 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()
1597 tg_min = task_group(p)->uclamp[UCLAMP_MIN].value; in uclamp_tg_restrict()
1598 tg_max = task_group(p)->uclamp[UCLAMP_MAX].value; in uclamp_tg_restrict()
1871 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
4798 struct task_group *tg; in sched_cgroup_fork()
4800 struct task_group, css); in sched_cgroup_fork()
8520 struct task_group root_task_group;
8588 task_group_cache = KMEM_CACHE(task_group, 0); in sched_init()
8953 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group()
8954 struct task_group *parent) in alloc_uclamp_sched_group()
8967 static void sched_free_group(struct task_group *tg) in sched_free_group()
8977 sched_free_group(container_of(rcu, struct task_group, rcu)); in sched_free_group_rcu()
8980 static void sched_unregister_group(struct task_group *tg) in sched_unregister_group()
8992 struct task_group *sched_create_group(struct task_group *parent) in sched_create_group()
8994 struct task_group *tg; in sched_create_group()
9016 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
9038 sched_unregister_group(container_of(rhp, struct task_group, rcu)); in sched_unregister_group_rcu()
9041 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
9047 void sched_release_group(struct task_group *tg) in sched_release_group()
9072 struct task_group *tg; in sched_change_group()
9080 struct task_group, css); in sched_change_group()
9138 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
9139 struct task_group *tg; in cpu_cgroup_css_alloc()
9156 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online()
9157 struct task_group *parent = css_tg(css->parent); in cpu_cgroup_css_online()
9179 struct task_group *tg = css_tg(css); in cpu_cgroup_css_offline()
9186 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
9193 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
9328 struct task_group *tg; in cpu_uclamp_write()
9372 struct task_group *tg; in cpu_uclamp_print()
9406 static unsigned long tg_weight(struct task_group *tg) in tg_weight()
9444 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 runtime);
9446 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, in tg_set_cfs_bandwidth()
9534 static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota()
9550 static long tg_get_cfs_quota(struct task_group *tg) in tg_get_cfs_quota()
9563 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period()
9577 static long tg_get_cfs_period(struct task_group *tg) in tg_get_cfs_period()
9587 static int tg_set_cfs_burst(struct task_group *tg, long cfs_burst_us) in tg_set_cfs_burst()
9601 static long tg_get_cfs_burst(struct task_group *tg) in tg_get_cfs_burst()
9648 struct task_group *tg;
9656 static u64 normalize_cfs_quota(struct task_group *tg, in normalize_cfs_quota()
9676 static int tg_cfs_schedulable_down(struct task_group *tg, void *data) in tg_cfs_schedulable_down()
9714 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 quota) in __cfs_schedulable()
9733 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
9759 static u64 throttled_time_self(struct task_group *tg) in throttled_time_self()
9773 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_local_stat_show()
9898 struct task_group *tg = css_tg(css); in cpu_extra_stat_show()
9924 struct task_group *tg = css_tg(css); in cpu_local_stat_show()
10036 struct task_group *tg = css_tg(seq_css(sf)); in cpu_max_show()
10045 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()