Searched refs:threadgroup (Results 1 – 3 of 3) sorted by relevance
/kernel/cgroup/ |
D | cgroup-internal.h | 246 int cgroup_migrate(struct task_struct *leader, bool threadgroup, 250 bool threadgroup); 251 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
|
D | cgroup.c | 2821 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument 2836 if (!threadgroup) in cgroup_migrate() 2854 bool threadgroup) in cgroup_attach_task() argument 2866 if (!threadgroup) in cgroup_attach_task() 2875 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task() 2880 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task() 2885 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument 2906 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start() 2920 if (threadgroup) in cgroup_procs_write_start() 4981 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument [all …]
|
D | cgroup-v1.c | 496 bool threadgroup) in __cgroup1_procs_write() argument 508 task = cgroup_procs_write_start(buf, threadgroup, &locked, cgrp); in __cgroup1_procs_write() 529 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
|