Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpoll.h86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
/Linux-v5.15/drivers/vfio/
Dvirqfd.c169 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
/Linux-v5.15/drivers/virt/acrn/
Dirqfd.c161 events = vfs_poll(f.file, &irqfd->pt); in acrn_irqfd_assign()
/Linux-v5.15/net/9p/
Dtrans_fd.c235 ret = vfs_poll(ts->rd, pt); in p9_fd_poll()
237 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
/Linux-v5.15/fs/
Dselect.c534 mask = vfs_poll(f.file, wait); in do_select()
869 mask = vfs_poll(f.file, pwait); in do_pollfd()
Daio.c1632 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1766 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
Deventpoll.c846 res = vfs_poll(file, pt); in ep_item_poll()
Dio_uring.c5280 req->result = vfs_poll(req->file, &pt) & poll->events; in io_poll_rewait()
5566 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
/Linux-v5.15/virt/kvm/
Deventfd.c406 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
/Linux-v5.15/drivers/vhost/
Dvhost.c211 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
/Linux-v5.15/mm/
Dmemcontrol.c4835 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()