Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h118 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *);
664 static inline int cgroup_attach_task_all(struct task_struct *from, in cgroup_attach_task_all() function
/linux/drivers/vhost/
H A Dvhost.c648 s->ret = cgroup_attach_task_all(s->owner, current); in vhost_attach_cgroups_work()