Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcgroup-internal.h247 int cgroup_migrate(struct task_struct *leader, bool threadgroup,
251 bool threadgroup);
252 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup,
Dcgroup-v1.c492 bool threadgroup) in __cgroup1_procs_write() argument
504 task = cgroup_procs_write_start(buf, threadgroup, &locked, cgrp); in __cgroup1_procs_write()
525 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
Dcgroup.c2806 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2821 if (!threadgroup) in cgroup_migrate()
2839 bool threadgroup) in cgroup_attach_task() argument
2851 if (!threadgroup) in cgroup_attach_task()
2860 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2865 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2870 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument
2890 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2904 if (threadgroup) in cgroup_procs_write_start()
4888 struct super_block *sb, bool threadgroup, in cgroup_attach_permissions() argument
[all …]