Searched refs:threadgroup_locked (Results 1 – 1 of 1) sorted by relevance
2856 bool *threadgroup_locked, in cgroup_procs_write_start() argument2875 *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() argument2925 cgroup_attach_unlock(threadgroup_locked); in cgroup_procs_write_finish()4899 bool threadgroup_locked; in cgroup_procs_write() local4905 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()[all …]