Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Daio_abi.h34 typedef __kernel_ulong_t aio_context_t; typedef
/external/ltp/android/include/
Dlibaio.h46 typedef io_context_t aio_context_t; typedef
/external/strace/
DChangeLog25423 tests: use predefined constant in aio_context_t checks in aio test.
25532 * tests/aio.c (main): Do not pass 64-bit aio_context_t to io_submit
25538 aio: print aio_context_t as a pointer type.
25539 As aio_context_t is treated by the kernel as a pointer,
25542 * aio.c (SYS_FUNC(io_setup)): Print the pointer to aio_context_t
25545 SYS_FUNC(io_getevents)): Print aio_context_t argument using printaddr.