Searched refs:cgroup_exit (Results 1 – 6 of 6) sorted by relevance
156 .cgroup_exit = (void *) maximal_cgroup_exit,
131 void cgroup_exit(struct task_struct *p);657 static inline void cgroup_exit(struct task_struct *p) {} in cgroup_exit() function
549 void (*cgroup_exit)(struct cgroup *cgrp); member3808 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,
952 .cgroup_exit = (void *)fcg_cgroup_exit,
951 cgroup_exit(tsk); in do_exit()
6760 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function