Searched refs:vfs_poll (Results 1 – 10 of 10) sorted by relevance
| /linux/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/drivers/vfio/ |
| H A D | virqfd.c | 173 events = vfs_poll(fd_file(irqfd), &virqfd->pt); in vfio_virqfd_enable()
|
| /linux/io_uring/ |
| H A D | poll.c | 284 req->cqe.res = vfs_poll(req->file, &pt) & events; in io_poll_check_events() 591 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()
|
| H A D | net.c | 1814 if (vfs_poll(req->file, &pt) & EPOLLERR) in io_connect()
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 517 events = vfs_poll(fd_file(f), &irqfd->irqfd_polltbl); in mshv_irqfd_assign()
|
| H A D | mshv_vtl_main.c | 504 vfs_poll(file, &poll_file->pt); in mshv_vtl_ioctl_set_poll_file()
|
| /linux/virt/kvm/ |
| H A D | eventfd.c | 481 events = vfs_poll(fd_file(f), &irqfd_pt.pt); in kvm_irqfd_assign()
|
| /linux/fs/ |
| H A D | eventpoll.c | 1344 res = vfs_poll(file, pt); in ep_item_poll()
|
| /linux/drivers/vhost/ |
| H A D | vhost.c | 221 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
|