Lines Matching refs:threadgroup_locked
2856 bool *threadgroup_locked, in cgroup_procs_write_start() argument
2875 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2876 cgroup_attach_lock(*threadgroup_locked); in cgroup_procs_write_start()
2910 cgroup_attach_unlock(*threadgroup_locked); in cgroup_procs_write_start()
2911 *threadgroup_locked = false; in cgroup_procs_write_start()
2917 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) in cgroup_procs_write_finish() argument
2925 cgroup_attach_unlock(threadgroup_locked); in cgroup_procs_write_finish()
4899 bool threadgroup_locked; in cgroup_procs_write() local
4905 task = cgroup_procs_write_start(buf, true, &threadgroup_locked, dst_cgrp); in cgroup_procs_write()
4931 cgroup_procs_write_finish(task, threadgroup_locked); in cgroup_procs_write()
4951 bool threadgroup_locked; in cgroup_threads_write() local
4959 task = cgroup_procs_write_start(buf, false, &threadgroup_locked, dst_cgrp); in cgroup_threads_write()
4985 cgroup_procs_write_finish(task, threadgroup_locked); in cgroup_threads_write()