Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcgroup.c2964 bool *threadgroup_locked) in cgroup_procs_write_start() argument
2981 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2982 cgroup_attach_lock(*threadgroup_locked); in cgroup_procs_write_start()
3013 cgroup_attach_unlock(*threadgroup_locked); in cgroup_procs_write_start()
3014 *threadgroup_locked = false; in cgroup_procs_write_start()
3020 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) in cgroup_procs_write_finish() argument
3028 cgroup_attach_unlock(threadgroup_locked); in cgroup_procs_write_finish()
5237 bool threadgroup_locked; in __cgroup_procs_write() local
5243 task = cgroup_procs_write_start(buf, threadgroup, &threadgroup_locked); in __cgroup_procs_write()
5269 cgroup_procs_write_finish(task, threadgroup_locked); in __cgroup_procs_write()