Home
last modified time | relevance | path

Searched refs:io_setup (Results 1 – 25 of 44) sorted by relevance

12

/external/blktrace/btt/
Dtrace_im.c77 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()
Dtrace_requeue.c32 if (io_setup(r_iop, IOP_R)) in trace_requeue()
Dtrace_remap.c46 if (!io_setup(a_iop, IOP_A)) in trace_remap()
Dtrace_queue.c49 if (io_setup(q_iop, IOP_Q)) in trace_queue()
Dtrace_issue.c68 if (io_setup(d_iop, IOP_D)) in trace_issue()
Dtrace.c62 if (!io_setup(iop, IOP_M)) in trace_message()
Dtrace_complete.c121 if (io_setup(c_iop, IOP_C)) in trace_complete()
Dinlines.h160 static inline int io_setup(struct io *iop, enum iop_type type) in io_setup() function
/external/autotest/client/tests/aio_dio_bugs/src/
Daio-io-setup-with-nonwritable-context-pointer.c27 io_setup(1, addr /* un-writable pointer */); in main()
Daio-free-ring-with-bogus-nr-pages.c56 res = io_setup(10000, &ctx); in main()
Daio-dio-extend-stat.c76 ret = io_setup(MAX_AIO_EVENTS, &ctxp); in main()
/external/strace/tests/
Daio.test9 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
/external/strace/
Daio.c34 SYS_FUNC(io_setup) in SYS_FUNC() argument
Dsys_func.h101 extern SYS_FUNC(io_setup);
/external/strace/linux/x32/
Dsyscallent.h207 [206] = { 2, 0, SEN(io_setup), "64:io_setup" },
363 [543] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/32/
Dsyscallent.h4 [ 0] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/64/
Dsyscallent.h1 [ 0] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/mips/
Dsyscallent-n32.h203 [6200] = { 2, 0, SEN(io_setup), "io_setup" },
Dsyscallent-n64.h203 [5200] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/s390x/
Dsyscallent.h258 [243] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/xtensa/
Dsyscallent.h232 [239] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/x86_64/
Dsyscallent.h207 [206] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/avr32/
Dsyscallent.h225 [197] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/hppa/
Dsyscallent.h220 [215] = { 2, 0, SEN(io_setup), "io_setup" },
/external/strace/linux/s390/
Dsyscallent.h274 [243] = { 2, 0, SEN(io_setup), "io_setup" },

12