Lines Matching refs:css_tg
9138 struct task_group *parent = css_tg(parent_css); 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()
9208 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()
9245 uc_parent = css_tg(css)->parent in cpu_util_update_eff()
9246 ? css_tg(css)->parent->uclamp : NULL; in cpu_util_update_eff()
9250 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()
9262 uc_se = css_tg(css)->uclamp; in cpu_util_update_eff()
9339 tg = css_tg(of_css(of)); in cpu_uclamp_write()
9378 tg = css_tg(seq_css(sf)); in cpu_uclamp_print()
9422 ret = sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
9424 scx_group_set_weight(css_tg(css), in cpu_shares_write_u64()
9432 return tg_weight(css_tg(css)); in cpu_shares_read_u64()
9614 return tg_get_cfs_quota(css_tg(css)); in cpu_cfs_quota_read_s64()
9620 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()
9626 return tg_get_cfs_period(css_tg(css)); in cpu_cfs_period_read_u64()
9632 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()
9638 return tg_get_cfs_burst(css_tg(css)); in cpu_cfs_burst_read_u64()
9644 return tg_set_cfs_burst(css_tg(css), cfs_burst_us); in cpu_cfs_burst_write_u64()
9733 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
9773 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_local_stat_show()
9785 return sched_group_set_rt_runtime(css_tg(css), val); in cpu_rt_runtime_write()
9791 return sched_group_rt_runtime(css_tg(css)); in cpu_rt_runtime_read()
9797 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
9803 return sched_group_rt_period(css_tg(css)); in cpu_rt_period_read_uint()
9811 return css_tg(css)->idle; in cpu_idle_read_s64()
9819 ret = sched_group_set_idle(css_tg(css), idle); in cpu_idle_write_s64()
9821 scx_group_set_idle(css_tg(css), idle); in cpu_idle_write_s64()
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()
9942 return sched_weight_to_cgroup(tg_weight(css_tg(css))); in cpu_weight_read_u64()
9956 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
9958 scx_group_set_weight(css_tg(css), cgrp_weight); in cpu_weight_write_u64()
9965 unsigned long weight = tg_weight(css_tg(css)); in cpu_weight_nice_read_s64()
9993 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
9995 scx_group_set_weight(css_tg(css), in cpu_weight_nice_write_s64()
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()