Home
last modified time | relevance | path

Searched defs:aiocb (Results 1 – 6 of 6) sorted by relevance

/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.h34 struct aiocb struct
44 struct aiocb *__next_prio; argument
60 to __return_value have to be the same in aiocb and aiocb64. */ argument
/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.h34 struct aiocb struct
44 struct aiocb *__next_prio; argument
60 to __return_value have to be the same in aiocb and aiocb64. */ argument
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-libaio.c6 struct aiocb aiocb; in main() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmmap.h39 struct aiocb **aiocb; member
/OK3568_Linux_fs/kernel/fs/
H A Daio.c1718 struct aio_kiocb *aiocb = container_of(iocb, struct aio_kiocb, rw); in aio_poll_cancel() local
1840 static int aio_poll(struct aio_kiocb *aiocb, const struct iocb *iocb) in aio_poll()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c252 struct aiocb **aiocb = md->aio.aiocb; in record__aio_sync() local