Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpoll.h84 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
/linux-6.3-rc2/drivers/vfio/
A Dvirqfd.c166 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
/linux-6.3-rc2/drivers/virt/acrn/
A Dirqfd.c160 events = vfs_poll(f.file, &irqfd->pt); in acrn_irqfd_assign()
/linux-6.3-rc2/io_uring/
A Dpoll.c281 req->cqe.res = vfs_poll(req->file, &pt) & req->apoll_events; in io_poll_check_events()
600 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
/linux-6.3-rc2/net/9p/
A Dtrans_fd.c237 ret = vfs_poll(ts->rd, pt); in p9_fd_poll()
239 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
/linux-6.3-rc2/fs/
A Dselect.c538 mask = vfs_poll(f.file, wait); in do_select()
873 mask = vfs_poll(f.file, pwait); in do_pollfd()
A Daio.c1703 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1897 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
A Deventpoll.c855 res = vfs_poll(file, pt); in ep_item_poll()
/linux-6.3-rc2/virt/kvm/
A Deventfd.c414 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
/linux-6.3-rc2/drivers/vhost/
A Dvhost.c211 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
/linux-6.3-rc2/mm/
A Dmemcontrol.c4966 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()

Completed in 39 milliseconds