Searched refs:threadgroup_locked (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcgroup.c2899 bool *threadgroup_locked)
2916 *threadgroup_locked = pid || threadgroup;
2917 cgroup_attach_lock(*threadgroup_locked);
2948 cgroup_attach_unlock(*threadgroup_locked);
2949 *threadgroup_locked = false;
2955 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) argument
2963 cgroup_attach_unlock(threadgroup_locked);
5146 bool threadgroup_locked; local
5152 task = cgroup_procs_write_start(buf, threadgroup, &threadgroup_locked);
5178 cgroup_procs_write_finish(task, threadgroup_locked);
2898 cgroup_procs_write_start(char *buf, bool threadgroup, bool *threadgroup_locked) argument
[all...]

Completed in 133 milliseconds