Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dvhost.c1960 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
2019 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
2020 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
2021 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
2024 if (eventfp != vq->kick) { in vhost_vring_ioctl()
2026 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
2028 filep = eventfp; in vhost_vring_ioctl()