Function report |
Source Code:kernel\cgroup\freezer.c |
Create Date:2022-07-28 11:13:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Revisit the cgroup frozen state.* Checks if the cgroup is really frozen and perform all state transitions.
Proto:void cgroup_update_frozen(struct cgroup *cgrp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp |
56 | lockdep_assert_held( & css_set_lock) |
66 | If frozen Then |
72 | Else |
Name | Describe |
---|---|
cgroup_enter_frozen | Enter frozen/stopped state, if not yet there. Update cgroup's counters,* and revisit the state of the cgroup, if necessary. |
cgroup_leave_frozen | Conditionally leave frozen/stopped state |
cgroup_do_freeze | Freeze or unfreeze all tasks in the given cgroup. |
cgroup_freezer_migrate_task | Adjust the task state (freeze or unfreeze) and revisit the state of* source and destination cgroups. |
cgroup_exit | group_exit - detach cgroup from exiting task*@tsk: pointer to task_struct of exiting process* Description: Detach cgroup from @tsk. |
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 |