Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcgroup.h112 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *);
720 static inline int cgroup_attach_task_all(struct task_struct *from, in cgroup_attach_task_all() function
/Linux-v6.1/kernel/cgroup/
Dcgroup-v1.c56 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk) in cgroup_attach_task_all() function
79 EXPORT_SYMBOL_GPL(cgroup_attach_task_all);
/Linux-v6.1/virt/kvm/
Dkvm_main.c6028 err = cgroup_attach_task_all(init_context->parent, current); in kvm_vm_worker_thread()
6067 cgroup_attach_task_all(parent, current); in kvm_vm_worker_thread()
/Linux-v6.1/drivers/vhost/
Dvhost.c523 s->ret = cgroup_attach_task_all(s->owner, current); in vhost_attach_cgroups_work()