Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvhost.c1597 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
1654 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
1655 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
1656 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
1659 if (eventfp != vq->kick) { in vhost_vring_ioctl()
1661 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
1663 filep = eventfp; in vhost_vring_ioctl()