Home
last modified time | relevance | path

Searched refs:vfs_poll (Results 1 – 14 of 14) 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/drivers/virt/acrn/
H A Dirqfd.c157 events = vfs_poll(fd_file(f), &irqfd->pt); in acrn_irqfd_assign()
/linux/io_uring/
H A Dpoll.c280 req->cqe.res = vfs_poll(req->file, &pt) & req->apoll_events; in io_poll_check_events()
581 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
H A Drw.c47 return vfs_poll(req->file, &pt) & mask; in io_file_supports_nowait()
H A Dnet.c1786 if (vfs_poll(req->file, &pt) & EPOLLERR) in io_connect()
/linux/net/9p/
H A Dtrans_fd.c202 ret = vfs_poll(ts->rd, pt); in p9_fd_poll()
204 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
/linux/drivers/hv/
H A Dmshv_eventfd.c507 events = vfs_poll(fd_file(f), &irqfd->irqfd_polltbl); in mshv_irqfd_assign()
H A Dmshv_vtl_main.c497 vfs_poll(file, &poll_file->pt); in mshv_vtl_ioctl_set_poll_file()
/linux/virt/kvm/
H A Deventfd.c467 events = vfs_poll(fd_file(f), &irqfd_pt.pt); in kvm_irqfd_assign()
/linux/fs/
H A Daio.c1733 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1927 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
/linux/drivers/xen/
H A Dprivcmd.c1022 events = vfs_poll(fd_file(f), &kirqfd->pt); in privcmd_irqfd_assign()
/linux/mm/
H A Dmemcontrol-v1.c1177 vfs_poll(fd_file(efile), &event->pt); in memcg_write_event_control()
/linux/drivers/vhost/
H A Dvhost.c221 mask = vfs_poll(file, &poll->table); in vhost_poll_start()