Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:07:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:subsystems visibly enabled on a cgroup
Proto:static u16 cgroup_control(struct cgroup *cgrp)
Type:u16
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp |
420 | parent = cgroup_parent(cgrp) |
423 | If parent Then |
427 | If cgroup_is_threaded(cgrp) Then ss_mask &= some controllers can be threaded on the default hierarchy |
429 | Return ss_mask |
435 | Return root_ss_mask |
Name | Describe |
---|---|
cgroup_controllers_show | show controllers which are enabled from the parent |
cgroup_propagate_control | group_propagate_control - refresh control masks of a subtree*@cgrp: root of the target subtree* For @cgrp and its subtree, ensure ->subtree_ss_mask matches* ->subtree_control and propagate controller availability through the |
css_visible | |
cgroup_subtree_control_write | hange the enabled child controllers for a cgroup in the default hierarchy |
cgroup_create | The 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. |
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 |