Searched refs:vfs_poll (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | poll.h | 78 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
|
| /linux-6.15/drivers/vfio/ |
| H A D | virqfd.c | 173 events = vfs_poll(fd_file(irqfd), &virqfd->pt); in vfio_virqfd_enable()
|
| /linux-6.15/drivers/virt/acrn/ |
| H A D | irqfd.c | 159 events = vfs_poll(fd_file(f), &irqfd->pt); in acrn_irqfd_assign()
|
| /linux-6.15/io_uring/ |
| H A D | poll.c | 262 req->cqe.res = vfs_poll(req->file, &pt) & req->apoll_events; in io_poll_check_events() 583 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
|
| H A D | rw.c | 46 return vfs_poll(req->file, &pt) & mask; in io_file_supports_nowait()
|
| /linux-6.15/net/9p/ |
| H A D | trans_fd.c | 238 ret = vfs_poll(ts->rd, pt); in p9_fd_poll() 240 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
|
| /linux-6.15/drivers/hv/ |
| H A D | mshv_eventfd.c | 493 events = vfs_poll(fd_file(f), &irqfd->irqfd_polltbl); in mshv_irqfd_assign()
|
| /linux-6.15/fs/ |
| H A D | select.c | 480 return vfs_poll(fd_file(f), wait); in select_poll_one() 870 mask = vfs_poll(fd_file(f), pwait); in do_pollfd()
|
| H A D | aio.c | 1732 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work() 1926 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
|
| H A D | eventpoll.c | 1060 res = vfs_poll(file, pt); in ep_item_poll()
|
| /linux-6.15/virt/kvm/ |
| H A D | eventfd.c | 422 events = vfs_poll(fd_file(f), &irqfd->pt); in kvm_irqfd_assign()
|
| /linux-6.15/drivers/xen/ |
| H A D | privcmd.c | 1024 events = vfs_poll(fd_file(f), &kirqfd->pt); in privcmd_irqfd_assign()
|
| /linux-6.15/mm/ |
| H A D | memcontrol-v1.c | 1177 vfs_poll(fd_file(efile), &event->pt); in memcg_write_event_control()
|
| /linux-6.15/drivers/vhost/ |
| H A D | vhost.c | 213 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
|