Searched refs:tg_cgrp (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 3482 static struct cgroup *tg_cgrp(struct task_group *tg) in tg_cgrp() function 3495 #define SCX_INIT_TASK_ARGS_CGROUP(tg) .cgroup = tg_cgrp(tg), 4334 struct cgroup *from = tg_cgrp(task_group(p)); in scx_cgroup_can_attach() 4335 struct cgroup *to = tg_cgrp(css_tg(css)); in scx_cgroup_can_attach() 4386 tg_cgrp(task_group(p))); in scx_cgroup_move_task() 4417 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight() 4432 SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle); in scx_group_set_idle() 4453 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth() 9609 cgrp = tg_cgrp(tg); in scx_bpf_task_cgroup()
|