Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvhost.h136 struct vhost_memory *vhost_dev_reset_owner_prepare(void);
Dtest.c229 memory = vhost_dev_reset_owner_prepare(); in vhost_test_reset_owner()
Dvhost.c489 struct vhost_memory *vhost_dev_reset_owner_prepare(void) in vhost_dev_reset_owner_prepare() function
493 EXPORT_SYMBOL_GPL(vhost_dev_reset_owner_prepare);
Dnet.c977 memory = vhost_dev_reset_owner_prepare(); in vhost_net_reset_owner()