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.c159 .cgroup_exit = (void *) maximal_cgroup_exit,
/linux/kernel/sched/
H A Dext_internal.h661 void (*cgroup_exit)(struct cgroup *cgrp); member
H A Dext.c4317 if (scx_cgroup_enabled && SCX_HAS_OP(sch, cgroup_exit) && in scx_tg_offline()
4319 SCX_CALL_OP(sch, cgroup_exit, NULL, tg->css.cgroup); in scx_tg_offline()
4677 if (!sch->ops.cgroup_exit) in scx_cgroup_exit()
4680 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_exit()
7471 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member()
7608 .cgroup_exit = sched_ext_ops__cgroup_exit,
9689 [SCX_OP_IDX(cgroup_exit)] = SCX_KF_ALLOW_UNLOCKED,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c961 .cgroup_exit = (void *)fcg_cgroup_exit,