Home
last modified time | relevance | path

Searched refs:io_destroy (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c356 io_destroy(ctx); in main()
/Linux-v4.19/kernel/
Dsys_ni.c41 COND_SYSCALL(io_destroy);
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c374 io_destroy(ctx); in main()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h236 SYSCALL_SPU(io_destroy)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S314 ENTRY_SAME(io_destroy)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c136 COMPAT_SYSCALL_WRAP1(io_destroy, aio_context_t, ctx);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl218 207 common io_destroy __x64_sys_io_destroy
Dsyscall_32.tbl260 246 i386 io_destroy sys_io_destroy __ia32_sys_io_destroy
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl218 207 common io_destroy __x64_sys_io_destroy
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl261 244 common io_destroy sys_io_destroy
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl254 244 common io_destroy sys_io_destroy compat_sys_io_destroy
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl254 244 common io_destroy sys_io_destroy compat_sys_io_destroy
/Linux-v4.19/fs/
Daio.c1354 SYSCALL_DEFINE1(io_destroy, aio_context_t, ctx) in SYSCALL_DEFINE1() argument