Home
last modified time | relevance | path

Searched refs:vhost_dev_has_owner (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvhost.h190 bool vhost_dev_has_owner(struct vhost_dev *dev);
H A Dvhost.c597 bool vhost_dev_has_owner(struct vhost_dev *dev) in vhost_dev_has_owner() function
601 EXPORT_SYMBOL_GPL(vhost_dev_has_owner);
870 if (!vhost_dev_has_owner(dev)) in vhost_worker_ioctl()
939 if (vhost_dev_has_owner(dev)) { in vhost_dev_set_owner()
H A Dnet.c1680 if (vhost_dev_has_owner(&n->dev)) { in vhost_net_set_owner()