Home
last modified time | relevance | path

Searched refs:cgroup_attach_task_all (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/cgroup/
H A Dcgroup-v1.c66 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk) in cgroup_attach_task_all() function
89 EXPORT_SYMBOL_GPL(cgroup_attach_task_all);
/linux/drivers/vhost/
H A Dvhost.c644 s->ret = cgroup_attach_task_all(s->owner, current); in vhost_attach_cgroups_work()