Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vhost/
Dvhost.c1579 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
1636 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()
1637 if (IS_ERR(eventfp)) { in vhost_vring_ioctl()
1638 r = PTR_ERR(eventfp); in vhost_vring_ioctl()
1641 if (eventfp != vq->kick) { in vhost_vring_ioctl()
1643 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
1645 filep = eventfp; in vhost_vring_ioctl()