Home
last modified time | relevance | path

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

/linux/kernel/
H A Dvhost_task.c119 struct vhost_task *vhost_task_create(bool (*fn)(void *), in vhost_task_create() function
155 EXPORT_SYMBOL_GPL(vhost_task_create);
/linux/drivers/vhost/
H A Dvhost.c768 vtsk = vhost_task_create(vhost_run_work_list, vhost_worker_killed, in vhost_task_worker_create()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c7864 nx_thread = vhost_task_create(kvm_nx_huge_page_recovery_worker, in kvm_mmu_start_lpage_recovery()