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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcgroup.h34 extern void cgroup_fork(struct task_struct *p);
630 static inline void cgroup_fork(struct task_struct *p) {} function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c1080 cgroup_fork(p);
H A Dcgroup.c703 * The fork and exit callbacks cgroup_fork() and cgroup_exit(), don't
4037 * cgroup_fork - attach newly forked task to its parents cgroup.
4049 * At the point that cgroup_fork() is called, 'current' is the parent
4052 void cgroup_fork(struct task_struct *child) function

Completed in 108 milliseconds