Searched refs:eventfp (Results 1 – 1 of 1) sorted by relevance
2132 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local2192 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()2193 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()2194 r = PTR_ERR(eventfp); in vhost_vring_ioctl()2197 if (eventfp != vq->kick) { in vhost_vring_ioctl()2199 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()2201 filep = eventfp; in vhost_vring_ioctl()