Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:10:07 |
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_child - find the next child of a given css*@pos: the current position (%NULL to initiate traversal)*@parent: css whose children to walk* This function returns the next child of @parent and should be called
Proto:struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos, struct cgroup_subsys_state *parent)
Type:struct cgroup_subsys_state
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | pos | |
struct cgroup_subsys_state * | parent |
4151 | If Not pos Then |
4153 | Else if Value is more likely to compile time(!(flags & CSS_RELEASED)) Then |
4155 | Else |
4165 | If siblings list anchored at the parent's ->children != children Then Return next |
4167 | Return NULL |
Name | Describe |
---|---|
rebind_subsystems | |
css_next_descendant_pre | ss_next_descendant_pre - find the next descendant for pre-order walk*@pos: the current position (%NULL to initiate traversal)*@root: css whose descendants to walk* To be used by css_for_each_descendant_pre(). Find the next descendant |
css_leftmost_descendant | |
css_next_descendant_post | 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 |
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 |