Searched refs:io_destroy (Results 1 – 25 of 58) sorted by relevance
123
/external/ltp/android/include/ |
D | libaio.h | 74 int ret = io_destroy(ctx); in libaio_destroy() 106 #define io_destroy(a) libaio_destroy(a) macro 111 #define io_queue_release(a) io_destroy(a)
|
/external/ltp/testcases/kernel/syscalls/io_setup/ |
D | io_setup01.c | 50 io_destroy(*ctx); in verify_failure() 76 io_destroy(*ctx); in verify_success()
|
/external/strace/tests-mx32/ |
D | aio.gen.test | 4 run_strace_match_diff -a14 -e trace=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/strace/tests/ |
D | aio.gen.test | 4 run_strace_match_diff -a14 -e trace=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/strace/tests-m32/ |
D | aio.gen.test | 4 run_strace_match_diff -a14 -e trace=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/ltp/testcases/kernel/syscalls/io_destroy/ |
D | io_destroy01.c | 42 TEST(io_destroy(ctx)); in verify_io_destroy()
|
/external/syzkaller/sys/linux/ |
D | aio.txt | 9 io_destroy(ctx io_ctx)
|
/external/ltp/testcases/kernel/syscalls/eventfd/ |
D | eventfd01.c | 553 io_destroy(*ctx); in trigger_eventfd_overflow() 561 io_destroy(ctx); in cleanup_overflow()
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-dio-extend-stat.c | 101 io_destroy(ctxp); in main()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 2 io_destroy 1
|
D | ia64.in | 209 io_destroy 1239
|
D | sparc64.in | 246 io_destroy 269
|
D | x86_64.in | 206 io_destroy 207
|
D | i386.in | 242 io_destroy 246
|
D | s390.in | 168 io_destroy 244
|
D | powerpc.in | 224 io_destroy 228
|
D | s390x.in | 168 io_destroy 244
|
D | powerpc64.in | 224 io_destroy 228
|
D | sparc.in | 270 io_destroy 269
|
D | sh.in | 269 io_destroy 274
|
D | arm.in | 212 io_destroy (__NR_SYSCALL_BASE+244)
|
/external/strace/ |
D | aio.c | 47 SYS_FUNC(io_destroy) in SYS_FUNC() argument
|
D | sys_func.h | 96 extern SYS_FUNC(io_destroy);
|
/external/strace/linux/32/ |
D | syscallent.h | 5 [ 1] = { 1, TM, SEN(io_destroy), "io_destroy" },
|
/external/strace/linux/64/ |
D | syscallent.h | 2 [ 1] = { 1, TM, SEN(io_destroy), "io_destroy" },
|
123