Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.c609 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
730 eventfp = f.fd == -1 ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
731 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
732 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
735 if (eventfp != vq->kick) { in vhost_vring_ioctl()
737 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
739 filep = eventfp; in vhost_vring_ioctl()
746 eventfp = f.fd == -1 ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
747 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
748 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
[all …]