Searched refs:cgroup_exit (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 158 .cgroup_exit = (void *) maximal_cgroup_exit,
|
| /linux-6.15/include/linux/ |
| H A D | cgroup.h | 132 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 D | ext.c | 598 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 D | scx_flatcg.bpf.c | 949 .cgroup_exit = (void *)fcg_cgroup_exit,
|
| /linux-6.15/kernel/ |
| H A D | exit.c | 965 cgroup_exit(tsk); in do_exit()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup.c | 6812 void cgroup_exit(struct task_struct *tsk) in cgroup_exit() function
|