Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pids_cancel_fork

Proto:static void pids_cancel_fork(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
243  css = ask_css_check - obtain css for (task, subsys) w/ extra access conds*@task: the target task*@subsys_id: the target subsystem ID*@__c: extra condition expression to be passed to rcu_dereference_check()(current process, pids_cgrp_id, true)
244  pids = css_pids(css)
245  pids_uncharge - hierarchically uncharge the pid count*@pids: the pid cgroup state*@num: the number of pids to uncharge