Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dvhost.h180 void vhost_dev_reset_owner(struct vhost_dev *, struct vhost_umem *);
Dtest.c236 vhost_dev_reset_owner(&n->dev, umem); in vhost_test_reset_owner()
Dvhost.c542 void vhost_dev_reset_owner(struct vhost_dev *dev, struct vhost_umem *umem) in vhost_dev_reset_owner() function
557 EXPORT_SYMBOL_GPL(vhost_dev_reset_owner);
Dnet.c1395 vhost_dev_reset_owner(&n->dev, umem); in vhost_net_reset_owner()