Searched refs:eventfp (Results 1 – 1 of 1) sorted by relevance
2137 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local2197 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()2198 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()2199 r = PTR_ERR(eventfp); in vhost_vring_ioctl()2202 if (eventfp != vq->kick) { in vhost_vring_ioctl()2204 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()2206 filep = eventfp; in vhost_vring_ioctl()