Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct pids_cgroup * | pids | |
int | num |
Name | Describe |
---|---|
pids_uncharge | pids_uncharge - hierarchically uncharge the pid count*@pids: the pid cgroup state*@num: the number of pids to uncharge |
pids_try_charge | pids_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |