函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Inline functions.

函数原型:static inline u64 cgroup_id(struct cgroup *cgrp)

返回类型:u64

参数:

类型参数名称
struct cgroup *cgrp
309  返回:id
调用者
名称描述
cgroup_setup_root
cgroup_createThe returned cgroup is fully initialized including its control mask, but* it isn't associated with its kernfs_node and doesn't have the control* mask applied.
____bpf_get_current_cgroup_id
bpf_cgroup_storage_link
cgroup_is_descendantgroup_is_descendant - test ancestry*@cgrp: the cgroup to be tested*@ancestor: possible ancestor of @cgrp* Test whether @cgrp is a descendant of @ancestor. It also returns %true* if @cgrp == @ancestor. This function is safe to call as long as @cgrp