Home
last modified time | relevance | path

Searched refs:css_tg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcore.c8193 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg() function
8201 struct task_group *parent = css_tg(parent_css); in cpu_cgroup_css_alloc()
8220 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released()
8227 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free()
8247 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()
8271 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
8277 struct task_group *tg = css_tg(css); in cpu_shares_read_u64()
8412 return tg_get_cfs_quota(css_tg(css)); in cpu_cfs_quota_read_s64()
8418 return tg_set_cfs_quota(css_tg(css), cfs_quota_us); in cpu_cfs_quota_write_s64()
8424 return tg_get_cfs_period(css_tg(css)); in cpu_cfs_period_read_u64()
[all …]