Lines Matching refs:css_tg

6371 static inline struct task_group *css_tg(struct cgroup_subsys_state *css)  in css_tg()  function
6379 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
6397 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online()
6398 struct task_group *parent = css_tg(css->parent); in cpu_cgroup_css_online()
6407 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
6414 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
6447 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()
6487 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
6493 struct task_group *tg = css_tg(css); in cpu_shares_read_u64()
6631 return tg_get_cfs_quota(css_tg(css)); in cpu_cfs_quota_read_s64()
6637 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()
6643 return tg_get_cfs_period(css_tg(css)); in cpu_cfs_period_read_u64()
6649 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()
6737 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
6763 return sched_group_set_rt_runtime(css_tg(css), val); in cpu_rt_runtime_write()
6769 return sched_group_rt_runtime(css_tg(css)); in cpu_rt_runtime_read()
6775 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
6781 return sched_group_rt_period(css_tg(css)); in cpu_rt_period_read_uint()
6829 struct task_group *tg = css_tg(css); in cpu_extra_stat_show()
6850 struct task_group *tg = css_tg(css); in cpu_weight_read_u64()
6871 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
6877 unsigned long weight = scale_load_down(css_tg(css)->shares); in cpu_weight_nice_read_s64()
6905 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
6944 struct task_group *tg = css_tg(seq_css(sf)); in cpu_max_show()
6953 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()