• Home
  • Raw
  • Download

Lines Matching refs:task_group

847 int walk_tg_tree_from(struct task_group *from,  in walk_tg_tree_from()
850 struct task_group *parent, *child; in walk_tg_tree_from()
878 int tg_nop(struct task_group *tg, void *data) in tg_nop()
1115 if (task_group_is_autogroup(task_group(p))) in uclamp_tg_restrict()
1117 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()
1120 tg_min = task_group(p)->uclamp[UCLAMP_MIN].value; in uclamp_tg_restrict()
1121 tg_max = task_group(p)->uclamp[UCLAMP_MAX].value; in uclamp_tg_restrict()
1391 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
3542 struct task_group *tg; in sched_cgroup_fork()
3545 struct task_group, css); in sched_cgroup_fork()
5633 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
5634 !task_group_is_autogroup(task_group(p))) { in __sched_setscheduler()
7448 struct task_group root_task_group;
7525 task_group_cache = KMEM_CACHE(task_group, 0); in sched_init()
7829 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group()
7830 struct task_group *parent) in alloc_uclamp_sched_group()
7843 static void sched_free_group(struct task_group *tg) in sched_free_group()
7852 struct task_group *sched_create_group(struct task_group *parent) in sched_create_group()
7854 struct task_group *tg; in sched_create_group()
7875 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
7897 sched_free_group(container_of(rhp, struct task_group, rcu)); in sched_free_group_rcu()
7900 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
7906 void sched_offline_group(struct task_group *tg) in sched_offline_group()
7921 struct task_group *tg; in sched_change_group()
7929 struct task_group, css); in sched_change_group()
7983 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg()
7985 return css ? container_of(css, struct task_group, css) : NULL; in css_tg()
7991 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
7992 struct task_group *tg; in cpu_cgroup_css_alloc()
8009 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online()
8010 struct task_group *parent = css_tg(css->parent); in cpu_cgroup_css_online()
8030 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
8037 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
8204 struct task_group *tg; in cpu_uclamp_write()
8251 struct task_group *tg; in cpu_uclamp_print()
8286 struct task_group *tg; in cpu_uclamp_ls_write_u64()
8299 struct task_group *tg = css_tg(css); in cpu_uclamp_ls_read_u64()
8317 struct task_group *tg = css_tg(css); in cpu_shares_read_u64()
8330 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 runtime);
8332 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota) in tg_set_cfs_bandwidth()
8414 static int tg_set_cfs_quota(struct task_group *tg, long cfs_quota_us) in tg_set_cfs_quota()
8429 static long tg_get_cfs_quota(struct task_group *tg) in tg_get_cfs_quota()
8442 static int tg_set_cfs_period(struct task_group *tg, long cfs_period_us) in tg_set_cfs_period()
8455 static long tg_get_cfs_period(struct task_group *tg) in tg_get_cfs_period()
8490 struct task_group *tg;
8498 static u64 normalize_cfs_quota(struct task_group *tg, in normalize_cfs_quota()
8518 static int tg_cfs_schedulable_down(struct task_group *tg, void *data) in tg_cfs_schedulable_down()
8551 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 quota) in __cfs_schedulable()
8574 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
8686 struct task_group *tg = css_tg(css); in cpu_extra_stat_show()
8707 struct task_group *tg = css_tg(css); in cpu_weight_read_u64()
8801 struct task_group *tg = css_tg(seq_css(sf)); in cpu_max_show()
8810 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()