Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup.c Create Date:2022-07-28 11:11:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:group_cancel_fork - called if a fork failed after cgroup_can_fork()*@child: the task in question* This calls the cancel_fork() callbacks if a fork failed *after** cgroup_can_fork() succeded.

Proto:void cgroup_cancel_fork(struct task_struct *child)

Type:void

Parameter:

TypeParameterName
struct task_struct *child
5912  r_each_subsys - iterate all enabled cgroup subsystems*@ss: the iteration cursor*@ssid: the index of @ss, CGROUP_SUBSYS_COUNT after reaching the end(ss, i)
5913  If cancel_fork Then cancel_fork(child)