Searched refs:cgroup_exit (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 159 .cgroup_exit = (void *) maximal_cgroup_exit,
|
| /linux/kernel/sched/ext/ |
| H A D | sub.c | 1391 if ((tg->scx.flags & SCX_TG_INITED) && SCX_HAS_OP(parent, cgroup_exit)) in scx_cgroup_claim_subtree() 1392 SCX_CALL_OP(parent, cgroup_exit, NULL, css->cgroup); in scx_cgroup_claim_subtree() 1407 if (SCX_HAS_OP(sch, cgroup_exit)) in scx_cgroup_claim_subtree() 1408 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_claim_subtree() 1454 if ((tg->scx.flags & SCX_TG_INITED) && SCX_HAS_OP(sch, cgroup_exit)) in scx_cgroup_return_subtree() 1455 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_return_subtree()
|
| H A D | ext.c | 4793 SCX_HAS_OP(sch, cgroup_exit)) in scx_tg_offline() 4794 SCX_CALL_OP(sch, cgroup_exit, NULL, tg->css.cgroup); in scx_tg_offline() 5161 if (sch->ops.cgroup_exit) in scx_cgroup_exit() 5162 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_exit() 8080 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member() 8279 .cgroup_exit = sched_ext_ops__cgroup_exit, 10784 [SCX_OP_IDX(cgroup_exit)] = SCX_KF_ALLOW_UNLOCKED, 10948 CID_OFFSET_MATCH(cgroup_exit, cpuctl_exit); in scx_init()
|
| H A D | internal.h | 688 void (*cgroup_exit)(struct cgroup *cgrp); member
|
| /linux/tools/sched_ext/ |
| H A D | scx_pair.bpf.c | 652 .cgroup_exit = (void *)pair_cgroup_exit,
|
| H A D | scx_flatcg.bpf.c | 973 .cgroup_exit = (void *)fcg_cgroup_exit,
|