Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pids_cancel - uncharge the local pid count*@pids: the pid cgroup state*@num: the number of pids to cancel* This function will WARN if the pid count goes under 0, because such a case is* a bug in the pids controller proper.

Proto:static void pids_cancel(struct pids_cgroup *pids, int num)

Type:void

Parameter:

TypeParameterName
struct pids_cgroup *pids
intnum
101  WARN_ON_ONCE(atomic64_add_negative - add and test if negative*@i: integer value to add*@v: pointer of type atomic64_t* Atomically adds @i to @v and returns true* if the result is negative, or false when* result is greater than or equal to zero.)
Caller
NameDescribe
pids_unchargepids_uncharge - hierarchically uncharge the pid count*@pids: the pid cgroup state*@num: the number of pids to uncharge
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