Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dvhost.h193 void vhost_dev_reset_owner(struct vhost_dev *dev, struct vhost_iotlb *iotlb);
H A Dtest.c235 vhost_dev_reset_owner(&n->dev, umem); in vhost_test_reset_owner()
H A Dvhost.c979 void vhost_dev_reset_owner(struct vhost_dev *dev, struct vhost_iotlb *umem) in vhost_dev_reset_owner() function
992 EXPORT_SYMBOL_GPL(vhost_dev_reset_owner);
H A Dvdpa.c901 vhost_dev_reset_owner(d, NULL); in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1594 vhost_dev_reset_owner(&n->dev, umem); in vhost_net_reset_owner()