Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c3810 static struct cgroup *tg_cgrp(struct task_group *tg) in tg_cgrp() function
3852 SCX_INIT_TASK_ARGS_CGROUP(cgrp ?: tg_cgrp(task_group(p))) in __scx_init_task()
4820 struct cgroup *from = tg_cgrp(task_group(p)); in scx_cgroup_can_attach()
4821 struct cgroup *to = tg_cgrp(css_tg(css)); in scx_cgroup_can_attach()
4887 tg_cgrp(task_group(p))); in scx_cgroup_move_task()
4919 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight()
4934 SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle); in scx_group_set_idle()
4955 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth()
10650 cgrp = tg_cgrp(tg); in scx_bpf_task_cgroup()