• Home
  • Raw
  • Download

Lines Matching refs:css_tg

10504 static inline struct task_group *css_tg(struct cgroup_subsys_state *css)  in css_tg()  function
10512 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
10530 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online()
10531 struct task_group *parent = css_tg(css->parent); in cpu_cgroup_css_online()
10551 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
10558 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
10573 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()
10605 uc_parent = css_tg(css)->parent in cpu_util_update_eff()
10606 ? css_tg(css)->parent->uclamp : NULL; in cpu_util_update_eff()
10610 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()
10622 uc_se = css_tg(css)->uclamp; in cpu_util_update_eff()
10699 tg = css_tg(of_css(of)); in cpu_uclamp_write()
10741 tg = css_tg(seq_css(sf)); in cpu_uclamp_print()
10774 tg = css_tg(css); in cpu_uclamp_ls_write_u64()
10783 struct task_group *tg = css_tg(css); in cpu_uclamp_ls_read_u64()
10795 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
10801 struct task_group *tg = css_tg(css); in cpu_shares_read_u64()
10984 return tg_get_cfs_quota(css_tg(css)); in cpu_cfs_quota_read_s64()
10990 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()
10996 return tg_get_cfs_period(css_tg(css)); in cpu_cfs_period_read_u64()
11002 return tg_set_cfs_period(css_tg(css), cfs_period_us); in cpu_cfs_period_write_u64()
11008 return tg_get_cfs_burst(css_tg(css)); in cpu_cfs_burst_read_u64()
11014 return tg_set_cfs_burst(css_tg(css), cfs_burst_us); in cpu_cfs_burst_write_u64()
11102 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show()
11134 return sched_group_set_rt_runtime(css_tg(css), val); in cpu_rt_runtime_write()
11140 return sched_group_rt_runtime(css_tg(css)); in cpu_rt_runtime_read()
11146 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
11152 return sched_group_rt_period(css_tg(css)); in cpu_rt_period_read_uint()
11160 return css_tg(css)->idle; in cpu_idle_read_s64()
11166 return sched_group_set_idle(css_tg(css), idle); in cpu_idle_write_s64()
11244 struct task_group *tg = css_tg(css); in cpu_extra_stat_show()
11269 struct task_group *tg = css_tg(css); in cpu_weight_read_u64()
11290 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
11296 unsigned long weight = scale_load_down(css_tg(css)->shares); in cpu_weight_nice_read_s64()
11324 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
11363 struct task_group *tg = css_tg(seq_css(sf)); in cpu_max_show()
11372 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()