Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:10:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ss_next_descendant_post - find the next descendant for post-order walk*@pos: the current position (%NULL to initiate traversal)*@root: css whose descendants to walk* To be used by css_for_each_descendant_post(). Find the next descendant
Proto:struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos, struct cgroup_subsys_state *root)
Type:struct cgroup_subsys_state
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | pos | |
struct cgroup_subsys_state * | root |
4295 | If Not pos Then Return css_leftmost_descendant(root) |
4304 | If next Then Return css_leftmost_descendant(next) |
4308 | Return PI: the parent css. Placed here for cache proximity to following* fields of the containing structure. |
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 |