Searched refs:cgroup_exit (Results 1 – 4 of 4) sorted by relevance
158 .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
571 void (*cgroup_exit)(struct cgroup *cgrp); member4320 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,
6763 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function