Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h119 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *);
672 static inline int cgroup_attach_task_all(struct task_struct *from, in cgroup_attach_task_all() function
/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()