Searched refs:cgroup_exit (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcgroup.h131 void cgroup_exit(struct task_struct *p);
657 static inline void cgroup_exit(struct task_struct *p) {} function
/linux-master/kernel/
H A Dexit.c885 * because of cgroup mode, must be called before cgroup_exit()
890 cgroup_exit(tsk);
/linux-master/kernel/cgroup/
H A Dcgroup.c894 * against cgroup_exit()/cgroup_free() dropping the css_set.
6671 * cgroup_exit - detach cgroup from exiting task
6677 void cgroup_exit(struct task_struct *tsk) function

Completed in 128 milliseconds