Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpoll.h78 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
/linux/drivers/vfio/
H A Dvirqfd.c173 events = vfs_poll(fd_file(irqfd), &virqfd->pt); in vfio_virqfd_enable()
/linux/io_uring/
H A Dpoll.c283 req->cqe.res = vfs_poll(req->file, &pt) & events; in io_poll_check_events()
590 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
/linux/drivers/hv/
H A Dmshv_eventfd.c507 events = vfs_poll(fd_file(f), &irqfd->irqfd_polltbl); in mshv_irqfd_assign()
/linux/virt/kvm/
H A Deventfd.c481 events = vfs_poll(fd_file(f), &irqfd_pt.pt); in kvm_irqfd_assign()
/linux/drivers/xen/
H A Dprivcmd.c1037 events = vfs_poll(fd_file(f), &kirqfd->pt); in privcmd_irqfd_assign()