Searched refs:vfs_poll (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | poll.h | 86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
|
| /Linux-v5.4/drivers/vfio/ |
| D | virqfd.c | 166 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
|
| /Linux-v5.4/net/9p/ |
| 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-v5.4/fs/ |
| D | select.c | 534 mask = vfs_poll(f.file, wait); in do_select() 859 mask = vfs_poll(f.file, pwait); in do_pollfd()
|
| D | aio.c | 1622 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work() 1748 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
|
| D | eventpoll.c | 892 return vfs_poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll()
|
| D | io_uring.c | 1758 mask = vfs_poll(poll->file, &pt) & poll->events; in io_poll_complete_work() 1868 mask = vfs_poll(poll->file, &ipt.pt) & poll->events; in io_poll_add()
|
| /Linux-v5.4/virt/kvm/ |
| D | eventfd.c | 401 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
|
| /Linux-v5.4/drivers/vhost/ |
| D | vhost.c | 210 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
|
| /Linux-v5.4/mm/ |
| D | memcontrol.c | 4748 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()
|