Home
last modified time | relevance | path

Searched refs:vhost_dev_check_owner (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/vhost/
Dtest.c176 r = vhost_dev_check_owner(&n->dev); in vhost_test_run()
224 err = vhost_dev_check_owner(&n->dev); in vhost_test_reset_owner()
268 r = vhost_dev_check_owner(&n->dev); in vhost_test_set_backend()
Dvhost.h175 long vhost_dev_check_owner(struct vhost_dev *);
Dvsock.c584 ret = vhost_dev_check_owner(&vsock->dev); in vhost_vsock_start()
640 ret = vhost_dev_check_owner(&vsock->dev); in vhost_vsock_stop()
Dvhost.c505 long vhost_dev_check_owner(struct vhost_dev *dev) in vhost_dev_check_owner() function
510 EXPORT_SYMBOL_GPL(vhost_dev_check_owner);
1774 r = vhost_dev_check_owner(d); in vhost_dev_ioctl()
Dnet.c1502 r = vhost_dev_check_owner(&n->dev); in vhost_net_set_backend()
1599 err = vhost_dev_check_owner(&n->dev); in vhost_net_reset_owner()
Dvdpa.c1030 r = vhost_dev_check_owner(dev); in vhost_vdpa_process_iotlb_msg()