函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:11:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:css_visible
函数原型:static bool css_visible(struct cgroup_subsys_state *css)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cgroup_subsys_state * | css |
3027 | 如果subsystems visibly enabled on a cgroup 按位与1左移 the following two fields are initialized automtically during boot 位则返回:true |
3029 | 如果非subsystems enabled on a cgroup 按位与1左移 the following two fields are initialized automtically during boot 位的值则返回:false |
名称 | 描述 |
---|---|
cgroup_apply_control_enable | group_apply_control_enable - enable or show csses according to control*@cgrp: root of the target subtree* Walk @cgrp's subtree and create new csses or make the existing ones* visible. A css is created invisible if it's being implicitly enabled |
cgroup_apply_control_disable | group_apply_control_disable - kill or hide csses according to control*@cgrp: root of the target subtree* Walk @cgrp's subtree and kill and hide csses so that they match* cgroup_ss_mask() and cgroup_visible_mask() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |