| /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 D | aio.h | 143 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 D | aio.h | 143 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 D | aio.c | 1517 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 D | libc.info-6 | 531 * 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 3666 ‘aio_read’. 3669 function is available under the name ‘aio_read’ and so 3779 ‘aio_read’ for this element of the array (except that the way the 3792 documentation for ‘aio_read’ and ‘aio_write’ above. [all …]
|
| H A D | libc.info-16 | 531 * aio_read: (libc)Asynchronous Reads/Writes. 2546 * aio_read: Asynchronous Reads/Writes.
|
| H A D | dir | 93 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-14 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-17 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-8 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-13 | 531 * aio_read: (libc)Asynchronous Reads/Writes. 11351 ‘int aio_read (struct aiocb *AIOCBP)’
|
| H A D | libc.info-9 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-11 | 531 * 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 D | libc.info-6 | 531 * 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 3666 ‘aio_read’. 3669 function is available under the name ‘aio_read’ and so 3779 ‘aio_read’ for this element of the array (except that the way the 3792 documentation for ‘aio_read’ and ‘aio_write’ above. [all …]
|
| H A D | libc.info-16 | 531 * aio_read: (libc)Asynchronous Reads/Writes. 2546 * aio_read: Asynchronous Reads/Writes.
|
| H A D | dir | 93 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-14 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-17 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-8 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-13 | 531 * aio_read: (libc)Asynchronous Reads/Writes. 11351 ‘int aio_read (struct aiocb *AIOCBP)’
|
| H A D | libc.info-9 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-10 | 531 * aio_read: (libc)Asynchronous Reads/Writes.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-docs.rst | 249 :Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
|