Searched refs:threadgroup_locked (Results 1 – 1 of 1) sorted by relevance
2917 bool *threadgroup_locked) in cgroup_procs_write_start() argument2934 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()2935 cgroup_attach_lock(*threadgroup_locked); in cgroup_procs_write_start()2966 cgroup_attach_unlock(*threadgroup_locked); in cgroup_procs_write_start()2967 *threadgroup_locked = false; in cgroup_procs_write_start()2973 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) in cgroup_procs_write_finish() argument2981 cgroup_attach_unlock(threadgroup_locked); in cgroup_procs_write_finish()5129 bool threadgroup_locked; in __cgroup_procs_write() local5135 task = cgroup_procs_write_start(buf, threadgroup, &threadgroup_locked); in __cgroup_procs_write()5161 cgroup_procs_write_finish(task, threadgroup_locked); in __cgroup_procs_write()