Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c156 .cgroup_exit = (void *) maximal_cgroup_exit,
/linux-6.12.1/include/linux/
Dcgroup.h131 void cgroup_exit(struct task_struct *p);
657 static inline void cgroup_exit(struct task_struct *p) {} in cgroup_exit() function
/linux-6.12.1/kernel/sched/
Dext.c549 void (*cgroup_exit)(struct cgroup *cgrp); member
3808 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()
3809 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, tg->css.cgroup); in scx_tg_offline()
4106 if (!scx_ops.cgroup_exit) in scx_cgroup_exit()
4113 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, css->cgroup); in scx_cgroup_exit()
5487 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member()
5603 .cgroup_exit = cgroup_exit_stub,
/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c952 .cgroup_exit = (void *)fcg_cgroup_exit,
/linux-6.12.1/kernel/
Dexit.c951 cgroup_exit(tsk); in do_exit()
/linux-6.12.1/kernel/cgroup/
Dcgroup.c6760 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function