Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/cgroup/
Dcgroup.c2868 bool *threadgroup_locked) in cgroup_procs_write_start() argument
2885 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2886 cgroup_attach_lock(*threadgroup_locked); in cgroup_procs_write_start()
2917 cgroup_attach_unlock(*threadgroup_locked); in cgroup_procs_write_start()
2918 *threadgroup_locked = false; in cgroup_procs_write_start()
2924 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) in cgroup_procs_write_finish() argument
2932 cgroup_attach_unlock(threadgroup_locked); in cgroup_procs_write_finish()
5138 bool threadgroup_locked; in __cgroup_procs_write() local
5144 task = cgroup_procs_write_start(buf, threadgroup, &threadgroup_locked); in __cgroup_procs_write()
5170 cgroup_procs_write_finish(task, threadgroup_locked); in __cgroup_procs_write()