/external/blktrace/btt/ |
D | trace_im.c | 77 if (io_setup(s_iop, IOP_S)) in trace_sleeprq() 86 if (io_setup(g_iop, IOP_G)) in trace_getrq() 95 if (io_setup(i_iop, IOP_I)) in trace_insert() 104 if (io_setup(m_iop, IOP_M)) in trace_merge()
|
D | trace_requeue.c | 32 if (io_setup(r_iop, IOP_R)) in trace_requeue()
|
D | trace_remap.c | 46 if (!io_setup(a_iop, IOP_A)) in trace_remap()
|
D | trace_queue.c | 49 if (io_setup(q_iop, IOP_Q)) in trace_queue()
|
D | trace_issue.c | 68 if (io_setup(d_iop, IOP_D)) in trace_issue()
|
D | trace.c | 62 if (!io_setup(iop, IOP_M)) in trace_message()
|
D | trace_complete.c | 121 if (io_setup(c_iop, IOP_C)) in trace_complete()
|
D | inlines.h | 160 static inline int io_setup(struct io *iop, enum iop_type type) in io_setup() function
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-io-setup-with-nonwritable-context-pointer.c | 27 io_setup(1, addr /* un-writable pointer */); in main()
|
D | aio-free-ring-with-bogus-nr-pages.c | 56 res = io_setup(10000, &ctx); in main()
|
D | aio-dio-extend-stat.c | 76 ret = io_setup(MAX_AIO_EVENTS, &ctxp); in main()
|
/external/strace/tests/ |
D | aio.test | 9 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
|
/external/strace/ |
D | aio.c | 34 SYS_FUNC(io_setup) in SYS_FUNC() argument
|
D | sys_func.h | 101 extern SYS_FUNC(io_setup);
|
/external/strace/linux/x32/ |
D | syscallent.h | 207 [206] = { 2, 0, SEN(io_setup), "64:io_setup" }, 363 [543] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/32/ |
D | syscallent.h | 4 [ 0] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/64/ |
D | syscallent.h | 1 [ 0] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 203 [6200] = { 2, 0, SEN(io_setup), "io_setup" },
|
D | syscallent-n64.h | 203 [5200] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 258 [243] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 232 [239] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 207 [206] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 225 [197] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 220 [215] = { 2, 0, SEN(io_setup), "io_setup" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 274 [243] = { 2, 0, SEN(io_setup), "io_setup" },
|