Function report |
Source Code:kernel\cgroup\cgroup-v1.c |
Create Date:2022-07-28 11:12:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:group_attach_task_all - attach task 'tsk' to all cgroups of task 'from'*@from: attach to all cgroups of a given task*@tsk: the task to be attached
Proto:int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | from | |
struct task_struct * | tsk |
62 | retval = 0 |
69 | If root == The default hierarchy, reserved for the subsystems that are otherwise* unattached - it never has more than a single cgroup, and all tasks are* part of that cgroup. Then Continue |
72 | spin_lock_irq( & css_set_lock) |
73 | from_cgrp = Return the cgroup for "task" from the given hierarchy. Must be* called with cgroup_mutex and css_set_lock held. |
74 | spin_unlock_irq( & css_set_lock) |
77 | If retval Then Break |
83 | Return retval |
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 |