Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() function
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvirqfd.c166 events = vfs_poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_fd.c236 ret = vfs_poll(ts->rd, pt); in p9_fd_poll()
238 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c537 mask = vfs_poll(f.file, wait); in do_select()
872 mask = vfs_poll(f.file, pwait); in do_pollfd()
H A Daio.c1679 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1873 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
H A Deventpoll.c896 return vfs_poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Deventfd.c401 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.c211 mask = vfs_poll(file, &poll->table); in vhost_poll_start()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5357 req->result = vfs_poll(req->file, &pt) & poll->events; in io_poll_check_events()
5582 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler()
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c5009 vfs_poll(efile.file, &event->pt); in memcg_write_event_control()