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.c498 bool threadgroup) in __cgroup1_procs_write() argument
510 task = cgroup_procs_write_start(buf, threadgroup, &locked); in __cgroup1_procs_write()
531 ret = cgroup_attach_task(cgrp, task, threadgroup); in __cgroup1_procs_write()
Dcgroup.c2857 int cgroup_migrate(struct task_struct *leader, bool threadgroup, in cgroup_migrate() argument
2872 if (!threadgroup) in cgroup_migrate()
2890 bool threadgroup) in cgroup_attach_task() argument
2906 if (!threadgroup) in cgroup_attach_task()
2915 ret = cgroup_migrate(leader, threadgroup, &mgctx); in cgroup_attach_task()
2920 TRACE_CGROUP_PATH(attach_task, dst_cgrp, leader, threadgroup); in cgroup_attach_task()
2925 struct task_struct *cgroup_procs_write_start(char *buf, bool threadgroup, in cgroup_procs_write_start() argument
2943 *threadgroup_locked = pid || threadgroup; in cgroup_procs_write_start()
2957 if (threadgroup) in cgroup_procs_write_start()