Searched refs:eventfp (Results 1 – 1 of 1) sorted by relevance
635 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local760 eventfp = f.fd == -1 ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()761 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()762 r = PTR_ERR(eventfp); in vhost_vring_ioctl()765 if (eventfp != vq->kick) { in vhost_vring_ioctl()767 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()769 filep = eventfp; in vhost_vring_ioctl()776 eventfp = f.fd == -1 ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()777 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()778 r = PTR_ERR(eventfp); in vhost_vring_ioctl()[all …]