Home
last modified time | relevance | path

Searched refs:aio_read (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Daio.h143 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
177 extern int __REDIRECT_NTH (aio_read, (struct aiocb *__aiocbp), aio_read64)
207 # define aio_read aio_read64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Daio.h143 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
177 extern int __REDIRECT_NTH (aio_read, (struct aiocb *__aiocbp), aio_read64)
207 # define aio_read aio_read64 macro
/OK3568_Linux_fs/kernel/fs/
H A Daio.c1517 static int aio_read(struct kiocb *req, const struct iocb *iocb, in aio_read() function
1950 return aio_read(&req->rw, iocb, false, compat); in __io_submit_one()
1954 return aio_read(&req->rw, iocb, true, compat); in __io_submit_one()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-6531 * aio_read: (libc)Asynchronous Reads/Writes.
3592 -- Function: int aio_read (struct aiocb *AIOCBP)
3613 When ‘aio_read’ returns, the return value is zero if no error
3622 The ‘aio_read’ function is not implemented.
3633 If ‘aio_read’ returns zero, the current status of the request can
3660 This function is similar to the ‘aio_read’ function. The only
3666aio_read’.
3669 function is available under the name ‘aio_read’ and so
3779aio_read’ for this element of the array (except that the way the
3792 documentation for ‘aio_read’ and ‘aio_write’ above.
[all …]
H A Dlibc.info-16531 * aio_read: (libc)Asynchronous Reads/Writes.
2546 * aio_read: Asynchronous Reads/Writes.
H A Ddir93 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-14531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-17531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-8531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-13531 * aio_read: (libc)Asynchronous Reads/Writes.
11351 ‘int aio_read (struct aiocb *AIOCBP)’
H A Dlibc.info-9531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-11531 * aio_read: (libc)Asynchronous Reads/Writes.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-6531 * aio_read: (libc)Asynchronous Reads/Writes.
3592 -- Function: int aio_read (struct aiocb *AIOCBP)
3613 When ‘aio_read’ returns, the return value is zero if no error
3622 The ‘aio_read’ function is not implemented.
3633 If ‘aio_read’ returns zero, the current status of the request can
3660 This function is similar to the ‘aio_read’ function. The only
3666aio_read’.
3669 function is available under the name ‘aio_read’ and so
3779aio_read’ for this element of the array (except that the way the
3792 documentation for ‘aio_read’ and ‘aio_write’ above.
[all …]
H A Dlibc.info-16531 * aio_read: (libc)Asynchronous Reads/Writes.
2546 * aio_read: Asynchronous Reads/Writes.
H A Ddir93 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-14531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-17531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-8531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-13531 * aio_read: (libc)Asynchronous Reads/Writes.
11351 ‘int aio_read (struct aiocb *AIOCBP)’
H A Dlibc.info-9531 * aio_read: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-10531 * aio_read: (libc)Asynchronous Reads/Writes.
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dkernel-docs.rst249 :Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.

12