函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup.c Create Date:2022-07-27 12:12:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:css_leftmost_descendant

函数原型:static struct cgroup_subsys_state *css_leftmost_descendant(struct cgroup_subsys_state *pos)

返回类型:struct cgroup_subsys_state

参数:

类型参数名称
struct cgroup_subsys_state *pos
4256  循环
4257  last等于pos
4258  pos等于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
4259 pos循环
4261  返回:last
调用者
名称描述
css_next_descendant_postss_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