函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:alloc_cgroup_ns

函数原型:static struct cgroup_namespace *alloc_cgroup_ns(void)

返回类型:struct cgroup_namespace

参数:

27  new_ns等于分配内存并置零
28  如果非new_ns则返回:错误号
30  ret等于ns_alloc_inum( & ns)
31  如果ret
32  kfree(new_ns)
33  返回:错误号
35  _set - set a refcount's value*@r: the refcount*@n: value to which the refcount will be set
36  ops等于amespace.c
37  返回:new_ns
调用者
名称描述
copy_cgroup_ns