Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c2856 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()
[all …]