Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c162 .cgroup_exit = (void *) maximal_cgroup_exit,
/linux/kernel/sched/
H A Dext_internal.h641 void (*cgroup_exit)(struct cgroup *cgrp); member
H A Dext.c3178 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_exit) && in scx_cgroup_can_attach()
3180 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_exit, NULL, in scx_cgroup_can_attach()
3469 if (!sch->ops.cgroup_exit) in scx_cgroup_init()
3472 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_exit, NULL, in scx_cgroup_init()
5248 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_unreg()
5364 .cgroup_exit = sched_ext_ops__cgroup_exit,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c949 .cgroup_exit = (void *)fcg_cgroup_exit,