Searched refs:tg_cgrp (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 3526 static struct cgroup *tg_cgrp(struct task_group *tg) in tg_cgrp() function 3539 #define SCX_INIT_TASK_ARGS_CGROUP(tg) .cgroup = tg_cgrp(tg), 4347 struct cgroup *from = tg_cgrp(task_group(p)); in scx_cgroup_can_attach() 4348 struct cgroup *to = tg_cgrp(css_tg(css)); in scx_cgroup_can_attach() 4399 tg_cgrp(task_group(p))); in scx_cgroup_move_task() 4430 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight() 4445 SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle); in scx_group_set_idle() 4466 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth() 9722 cgrp = tg_cgrp(tg); in scx_bpf_task_cgroup()
|