函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:13:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cgroup_init_subsys
函数原型:static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cgroup_subsys * | ss | |
bool | early |
5553 | 初始化链表头 |
5566 | flags或等于CSS_NO_REF |
5568 | 如果early则 |
5571 | 否则 |
5582 | These bitmasks identify subsystems with specific features to avoid* having to do iterative checks repeatedly.或等于fork左移 the following two fields are initialized automtically during boot 位 |
5583 | have_exit_callback或等于exit左移 the following two fields are initialized automtically during boot 位 |
5584 | have_release_callback或等于release左移 the following two fields are initialized automtically during boot 位 |
5585 | have_canfork_callback或等于can_fork左移 the following two fields are initialized automtically during boot 位 |
名称 | 描述 |
---|---|
cgroup_init_early | group_init_early - cgroup initialization at system boot* Initialize cgroups at system boot, and initialize any* subsystems that request early init. |
cgroup_init | group_init - cgroup initialization* Register cgroup filesystem and /proc file, and initialize* any subsystems that didn't request early init. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |