Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
Dvhost.h176 bool vhost_dev_has_owner(struct vhost_dev *dev);
Dvhost.c546 bool vhost_dev_has_owner(struct vhost_dev *dev) in vhost_dev_has_owner() function
550 EXPORT_SYMBOL_GPL(vhost_dev_has_owner);
589 if (vhost_dev_has_owner(dev)) { in vhost_dev_set_owner()
Dnet.c1673 if (vhost_dev_has_owner(&n->dev)) { in vhost_net_set_owner()