Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcgroup-internal.h246 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
250 bool threadgroup);
253 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
Dcgroup.c2874 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2889 if (!threadgroup) in cgroup_migrate()
2907 bool threadgroup) in cgroup_attach_task() argument
2919 if (!threadgroup) in cgroup_attach_task()
2928 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2933 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2938 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument
2958 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2972 if (threadgroup) in cgroup_procs_write_start()
5138 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument
[all …]
Dcgroup-v1.c491 bool threadgroup) in __cgroup1_procs_write() argument
503 task = cgroup_procs_write_start(buf, threadgroup, &locked, cgrp); in __cgroup1_procs_write()
524 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()