Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:11:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cgroup_init_subsys
Proto:static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys * | ss | |
bool | early |
5566 | flags |= CSS_NO_REF |
5568 | If early Then |
5571 | Else |
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 |
Name | Describe |
---|---|
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. |
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 |