Lines Matching refs:threadgroup
2814 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2828 if (!threadgroup) in cgroup_migrate()
2845 bool threadgroup) in cgroup_attach_task() argument
2857 if (!threadgroup) in cgroup_attach_task()
2866 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2871 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2876 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument
2894 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2908 if (threadgroup) in cgroup_procs_write_start()
5112 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument
5125 if (!threadgroup && (src_cgrp->dom_cgrp != dst_cgrp->dom_cgrp)) in cgroup_attach_permissions()
5132 bool threadgroup) in __cgroup_procs_write() argument
5145 task = cgroup_procs_write_start(buf, threadgroup, &threadgroup_locked); in __cgroup_procs_write()
5163 threadgroup, ctx->ns); in __cgroup_procs_write()
5168 ret = cgroup_attach_task(dst_cgrp, task, threadgroup); in __cgroup_procs_write()