Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Daio.c70 struct io_event io_events[];
208 struct io_event ki_res;
473 size += sizeof(struct io_event) * nr_events; in aio_setup_ring()
487 / sizeof(struct io_event); in aio_setup_ring()
557 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event))
558 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
726 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc()
1092 struct io_event *ev_page, *event; in aio_complete()
1174 struct io_event __user *event, long nr) in aio_read_events_ring()
1212 struct io_event *ev; in aio_read_events_ring()
[all …]
/Linux-v5.10/include/uapi/linux/
Daio_abi.h60 struct io_event { struct
/Linux-v5.10/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c309 struct io_event e[2]; in main()
/Linux-v5.10/include/linux/
Dsyscalls.h17 struct io_event;
293 struct io_event __user *result);
297 struct io_event __user *events,
302 struct io_event __user *events,
307 struct io_event __user *events,
313 struct io_event __user *events,
Dcompat.h489 struct io_event __user *events,
495 struct io_event __user *events,
/Linux-v5.10/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c359 struct io_event e[BUFS_MAX]; in main()