Searched refs:cgroup_post_fork (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | cgroup.h | 129 extern void cgroup_post_fork(struct task_struct *p, 719 static inline void cgroup_post_fork(struct task_struct *p, in cgroup_post_fork() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cgroup.h | 130 extern void cgroup_post_fork(struct task_struct *p, 657 static inline void cgroup_post_fork(struct task_struct *p, in cgroup_post_fork() function
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 2243 * between here and cgroup_post_fork() if an organisation operation is in in copy_process() 2360 cgroup_post_fork(p, args); in copy_process()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 2607 * between here and cgroup_post_fork() if an organisation operation is in in copy_process() 2740 cgroup_post_fork(p, args); in copy_process()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 6003 * A task is associated with the init_css_set until cgroup_post_fork() 6035 * process will be attached to in cgroup_post_fork(). By default, 6162 * be attached to in cgroup_post_fork(). 6220 * cgroup_post_fork - finalize cgroup setup for the child process 6226 void cgroup_post_fork(struct task_struct *child, 6321 /* see cgroup_post_fork() for details */ in cgroup_exit()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 6309 * A task is associated with the init_css_set until cgroup_post_fork() 6362 * process will be attached to in cgroup_post_fork(). By default, 6504 * be attached to in cgroup_post_fork(). 6562 * cgroup_post_fork - finalize cgroup setup for the child process 6569 void cgroup_post_fork(struct task_struct *child, 6685 /* see cgroup_post_fork() for details */ in cgroup_exit()
|
Completed in 25 milliseconds