Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Deventfd.h35 struct file *eventfd_fget(int fd);
/linux-6.12.1/fs/
Deventfd.c323 struct file *eventfd_fget(int fd) in eventfd_fget() function
337 EXPORT_SYMBOL_GPL(eventfd_fget);
/linux-6.12.1/drivers/vhost/
Dvhost.c2019 eventfp = f.fd == VHOST_FILE_UNBIND ? NULL : eventfd_fget(f.fd); in vhost_vring_ioctl()