Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parent_pids

Proto:static struct pids_cgroup *parent_pids(struct pids_cgroup *pids)

Type:struct pids_cgroup

Parameter:

TypeParameterName
struct pids_cgroup *pids
64  Return css_pids(PI: the parent css. Placed here for cache proximity to following* fields of the containing structure.)
Caller
NameDescribe
pids_unchargepids_uncharge - hierarchically uncharge the pid count*@pids: the pid cgroup state*@num: the number of pids to uncharge
pids_chargepids_charge - hierarchically charge the pid count*@pids: the pid cgroup state*@num: the number of pids to charge* This function does *not* follow the pid limit set. It cannot fail and the new* pid count may exceed the limit
pids_try_chargepids_try_charge - hierarchically try to charge the pid count*@pids: the pid cgroup state*@num: the number of pids to charge* This function follows the set limit. It will fail if the charge would cause* the new value to exceed the hierarchical limit