Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dtest.c182 r = vhost_dev_check_owner(&n->dev); in vhost_test_run()
230 err = vhost_dev_check_owner(&n->dev); in vhost_test_reset_owner()
274 r = vhost_dev_check_owner(&n->dev); in vhost_test_set_backend()
H A Dvhost.h217 long vhost_dev_check_owner(struct vhost_dev *);
H A Dvhost.c626 long vhost_dev_check_owner(struct vhost_dev *dev) in vhost_dev_check_owner() function
631 EXPORT_SYMBOL_GPL(vhost_dev_check_owner);
1025 ret = vhost_dev_check_owner(dev); in vhost_worker_ioctl()
2351 r = vhost_dev_check_owner(d); in vhost_dev_ioctl()
H A Dvdpa.c1255 r = vhost_dev_check_owner(dev); in vhost_vdpa_process_iotlb_msg()