Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
Dvhost.c1585 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
1642 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
1643 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
1644 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
1647 if (eventfp != vq->kick) { in vhost_vring_ioctl()
1649 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
1651 filep = eventfp; in vhost_vring_ioctl()