Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Daio.c70 struct io_event io_events[];
209 struct io_event ki_res;
474 size += sizeof(struct io_event) * nr_events; in aio_setup_ring()
488 / sizeof(struct io_event); in aio_setup_ring()
558 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event))
559 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
727 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc()
1093 struct io_event *ev_page, *event; in aio_complete()
1175 struct io_event __user *event, long nr) in aio_read_events_ring()
1213 struct io_event *ev; in aio_read_events_ring()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-aio_linux-Check-if-syscall-exists-before-using-it.patch25 static int my_getevents(io_context_t ctx, long min_nr, long nr, io_event *ev)
31 @@ -67,6 +68,9 @@ static int my_getevents(io_context_t ctx, long min_nr, long nr, io_event *ev)
/OK3568_Linux_fs/buildroot/package/libkcapi/
H A D0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch28 - struct io_event *events, struct timespec *timeout)
32 + __attribute__((unused)) struct io_event *events,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Daio_abi.h58 struct io_event { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Daio_abi.h58 struct io_event { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Daio_abi.h60 struct io_event { struct
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0006-Add-support-for-io_pgetevents_time64-syscall.patch36 struct io_event *events,
H A D0007-Fixup-support-for-io_pgetevents_time64-syscall.patch38 struct io_event *events,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsyscalls.h17 struct io_event;
317 struct io_event __user *result);
321 struct io_event __user *events,
326 struct io_event __user *events,
331 struct io_event __user *events,
337 struct io_event __user *events,
H A Dcompat.h489 struct io_event __user *events,
495 struct io_event __user *events,
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c425 struct io_event e[BUFS_MAX]; in main()
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c375 struct io_event e[2]; in main()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc3005 struct io_event event; in AsyncDiskIO()