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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcgroup.h37 extern void cgroup_exit(struct task_struct *p, int run_callbacks);
633 static inline void cgroup_exit(struct task_struct *p, int callbacks) {} function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c989 cgroup_exit(tsk, 1);
H A Dfork.c1320 cgroup_exit(p, cgroup_callbacks_done);
H A Dcgroup.c703 * The fork and exit callbacks cgroup_fork() and cgroup_exit(), don't
705 * critical pieces of code here. The exception occurs on cgroup_exit(),
2357 * it will race with cgroup_exit() in that the list
3930 * the_top_cgroup_hack in cgroup_exit(), which sets an exiting tasks
4107 * cgroup_exit - detach cgroup from exiting task
4123 * We call cgroup_exit() while the task is still competent to
4141 void cgroup_exit(struct task_struct *tsk, int run_callbacks) function

Completed in 112 milliseconds