Searched refs:cgroup_exit (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 162 .cgroup_exit = (void *) maximal_cgroup_exit,
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 641 void (*cgroup_exit)(struct cgroup *cgrp); member
|
| H A D | ext.c | 3178 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 D | scx_flatcg.bpf.c | 949 .cgroup_exit = (void *)fcg_cgroup_exit,
|