Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpoll.h82 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
/Linux-v4.19/drivers/vfio/
Dvirqfd.c169 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
/Linux-v4.19/net/9p/
Dtrans_fd.c247 ret = vfs_poll(ts->rd, pt); in p9_fd_poll()
249 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
/Linux-v4.19/fs/
Dselect.c507 mask = vfs_poll(f.file, wait); in do_select()
825 mask = vfs_poll(f.file, pwait); in do_pollfd()
Daio.c1617 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1740 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
Deventpoll.c892 return vfs_poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll()
/Linux-v4.19/virt/kvm/
Deventfd.c403 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
/Linux-v4.19/drivers/vhost/
Dvhost.c211 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
/Linux-v4.19/mm/
Dmemcontrol.c4132 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()