Searched refs:io_event (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 70 struct io_event io_events[]; 120 /* Size of ringbuffer, in units of struct io_event */ 141 * io_event is pulled off the ringbuffer. 209 struct io_event ki_res; 478 size += sizeof(struct io_event) * nr_events; in aio_setup_ring() 492 / sizeof(struct io_event); in aio_setup_ring() 562 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) 563 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event)) 742 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc() 1108 struct io_event *ev_pag in aio_complete() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | aio.c | 69 struct io_event io_events[]; 119 /* Size of ringbuffer, in units of struct io_event */ 140 * io_event is pulled off the ringbuffer. 208 struct io_event ki_res; 504 size += sizeof(struct io_event) * nr_events; in aio_setup_ring() 518 / sizeof(struct io_event); in aio_setup_ring() 587 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) 588 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event)) 761 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc() 1123 struct io_event *ev_pag in aio_complete() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | aio_abi.h | 60 struct io_event { struct
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | aio_abi.h | 60 struct io_event { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 37 struct io_event { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 37 struct io_event { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | aio_abi.h | 25 struct io_event { struct
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 17 struct io_event; 318 struct io_event __user *result); 322 struct io_event __user *events, 327 struct io_event __user *events, 332 struct io_event __user *events, 338 struct io_event __user *events,
|
H A D | compat.h | 489 struct io_event __user *events, 495 struct io_event __user *events,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 17 struct io_event; 306 struct io_event __user *result); 310 struct io_event __user *events, 315 struct io_event __user *events, 320 struct io_event __user *events, 326 struct io_event __user *events,
|
H A D | compat.h | 575 struct io_event __user *events, 581 struct io_event __user *events,
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 436 struct io_event e[BUFS_MAX]; in main()
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 391 struct io_event e[2]; in main()
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 359 struct io_event e[BUFS_MAX]; in main()
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 309 struct io_event e[2]; in main()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 359 struct io_event e[BUFS_MAX]; in main()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 327 struct io_event e[2]; in main()
|
Completed in 15 milliseconds