Searched refs:eventfp (Results 1 – 1 of 1) sorted by relevance
1597 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local1654 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()1655 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()1656 r = PTR_ERR(eventfp); in vhost_vring_ioctl()1659 if (eventfp != vq->kick) { in vhost_vring_ioctl()1661 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()1663 filep = eventfp; in vhost_vring_ioctl()