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 | 3264 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_exit) && in scx_tg_offline() 3266 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_exit, NULL, in scx_tg_offline() 3553 if (!sch->ops.cgroup_exit) in scx_cgroup_exit() 3556 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_exit, NULL, in scx_cgroup_exit() 5390 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member() 5506 .cgroup_exit = sched_ext_ops__cgroup_exit,
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 959 .cgroup_exit = (void *)fcg_cgroup_exit,
|