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.c158 .cgroup_exit = (void *) maximal_cgroup_exit,
/linux/include/linux/
H A Dcgroup.h131 void cgroup_exit(struct task_struct *p);
657 static inline void cgroup_exit(struct task_struct *p) {} in cgroup_exit() function
/linux/kernel/sched/
H A Dext.c571 void (*cgroup_exit)(struct cgroup *cgrp); member
4320 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()
4321 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, tg->css.cgroup); in scx_tg_offline()
4605 if (!scx_ops.cgroup_exit) in scx_cgroup_exit()
4612 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, css->cgroup); in scx_cgroup_exit()
5990 case offsetof(struct sched_ext_ops, cgroup_exit): in bpf_scx_check_member()
6100 .cgroup_exit = sched_ext_ops__cgroup_exit,
/linux/kernel/cgroup/
H A Dcgroup.c6763 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function