Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Daio.c1843 struct aio_poll_table apt; in aio_poll() local
1862 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
1863 apt.pt._key = req->events; in aio_poll()
1864 apt.iocb = aiocb; in aio_poll()
1865 apt.queued = false; in aio_poll()
1866 apt.error = -EINVAL; /* same as no support for IOCB_CMD_POLL */ in aio_poll()
1872 mask = vfs_poll(req->file, &apt.pt) & req->events; in aio_poll()
1874 if (likely(apt.queued)) { in aio_poll()
1882 if (apt.error) /* unsupported case: multiple queues */ in aio_poll()
1884 apt.error = 0; in aio_poll()
[all …]