Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:08:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:group_migrate_finish - cleanup after attach*@mgctx: migration context* Undo cgroup_migrate_add_src() and cgroup_migrate_prepare_dst(). See* those functions for details.
Proto:void cgroup_migrate_finish(struct cgroup_mgctx *mgctx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_mgctx * | mgctx |
2539 | spin_lock_irq( & css_set_lock) |
2546 | mg_dst_cgrp = NULL |
2547 | mg_dst_cset = NULL |
2549 | put_css_set_locked(cset) |
2552 | spin_unlock_irq( & css_set_lock) |
Name | Describe |
---|---|
cgroup_attach_task | group_attach_task - attach a task or a whole threadgroup to a cgroup*@dst_cgrp: the cgroup to attach to*@leader: the task or the leader of the threadgroup to be attached*@threadgroup: attach the whole threadgroup? |
cgroup_update_dfl_csses | group_update_dfl_csses - update css assoc of a subtree in default hierarchy*@cgrp: root of the subtree to update csses for*@cgrp's control masks have changed and its subtree's css associations* need to be updated accordingly |
cgroup_transfer_tasks | group_trasnsfer_tasks - move tasks from one cgroup to another*@to: cgroup to which the tasks will be moved*@from: cgroup in which the tasks currently reside* Locking rules between cgroup_post_fork() and the migration path* guarantee that, if a task is |
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 |