Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:09:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:css_visible
Proto:static bool css_visible(struct cgroup_subsys_state *css)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | css |
3027 | If subsystems visibly enabled on a cgroup & 1 << the following two fields are initialized automtically during boot Then Return true |
3029 | If Not (subsystems enabled on a cgroup & 1 << the following two fields are initialized automtically during boot ) Then Return false |
Name | Describe |
---|---|
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() |
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 |