Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c158 .cgroup_exit = (void *) maximal_cgroup_exit,
/linux-6.15/include/linux/
H A Dcgroup.h132 void cgroup_exit(struct task_struct *p);
658 static inline void cgroup_exit(struct task_struct *p) {} in cgroup_exit() function
/linux-6.15/kernel/sched/
H A Dext.c598 void (*cgroup_exit)(struct cgroup *cgrp); member
3973 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()
3974 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, NULL, tg->css.cgroup); in scx_tg_offline()
4256 if (!scx_ops.cgroup_exit) in scx_cgroup_exit()
4263 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, NULL, css->cgroup); in scx_cgroup_exit()
5700 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member()
5810 .cgroup_exit = sched_ext_ops__cgroup_exit,
/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c949 .cgroup_exit = (void *)fcg_cgroup_exit,
/linux-6.15/kernel/
H A Dexit.c965 cgroup_exit(tsk); in do_exit()
/linux-6.15/kernel/cgroup/
H A Dcgroup.c6812 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function