Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dtest.c178 r = vhost_dev_check_owner(&n->dev); in vhost_test_run()
226 err = vhost_dev_check_owner(&n->dev); in vhost_test_reset_owner()
Dvhost.h178 long vhost_dev_check_owner(struct vhost_dev *);
Dvsock.c430 ret = vhost_dev_check_owner(&vsock->dev); in vhost_vsock_start()
480 ret = vhost_dev_check_owner(&vsock->dev); in vhost_vsock_stop()
Dnet.c1291 r = vhost_dev_check_owner(&n->dev); in vhost_net_set_backend()
1384 err = vhost_dev_check_owner(&n->dev); in vhost_net_reset_owner()
Dvhost.c452 long vhost_dev_check_owner(struct vhost_dev *dev) in vhost_dev_check_owner() function
457 EXPORT_SYMBOL_GPL(vhost_dev_check_owner);
1627 r = vhost_dev_check_owner(d); in vhost_dev_ioctl()