Searched refs:vfs_poll (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
A D | poll.h | 86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
|
/linux/drivers/vfio/ |
A D | virqfd.c | 169 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
|
/linux/drivers/virt/acrn/ |
A D | irqfd.c | 161 events = vfs_poll(f.file, &irqfd->pt); in acrn_irqfd_assign()
|
/linux/net/9p/ |
A D | trans_fd.c | 233 ret = vfs_poll(ts->rd, pt); in p9_fd_poll() 235 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
|
/linux/fs/ |
A D | select.c | 534 mask = vfs_poll(f.file, wait); in do_select() 869 mask = vfs_poll(f.file, pwait); in do_pollfd()
|
A D | aio.c | 1677 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work() 1871 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
|
A D | eventpoll.c | 846 res = vfs_poll(file, pt); in ep_item_poll()
|
A D | io_uring.c | 5342 req->result = vfs_poll(req->file, &pt) & poll->events; in io_poll_rewait() 5621 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
|
/linux/virt/kvm/ |
A D | eventfd.c | 413 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
|
/linux/drivers/vhost/ |
A D | vhost.c | 211 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
|
/linux/mm/ |
A D | memcontrol.c | 4823 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()
|
Completed in 60 milliseconds