Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvhost.h137 void vhost_dev_reset_owner(struct vhost_dev *, struct vhost_memory *);
Dtest.c236 vhost_dev_reset_owner(&n->dev, memory); in vhost_test_reset_owner()
Dvhost.c496 void vhost_dev_reset_owner(struct vhost_dev *dev, struct vhost_memory *memory) in vhost_dev_reset_owner() function
511 EXPORT_SYMBOL_GPL(vhost_dev_reset_owner);
Dnet.c984 vhost_dev_reset_owner(&n->dev, memory); in vhost_net_reset_owner()