Function report |
Source Code:include\linux\cgroup.h |
Create Date:2022-07-28 05:55:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:group_ancestor - find ancestor of cgroup*@cgrp: cgroup to find ancestor of*@ancestor_level: level of ancestor to find starting from root* Find ancestor of cgroup at specified level starting from root if it exists* and return pointer to it
Proto:static inline struct cgroup *cgroup_ancestor(struct cgroup *cgrp, int ancestor_level)
Type:struct cgroup
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp | |
int | ancestor_level |
593 | cgrp = cgroup_parent(cgrp) |
594 | Return cgrp |
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 |