Home
last modified time | relevance | path

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

/linux/fs/
H A Daio.c69 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;
549 size += sizeof(struct io_event) * nr_events; in aio_setup_ring()
563 / sizeof(struct io_event); in aio_setup_ring()
633 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) in free_ioctx_reqs()
634 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event)) in free_ioctx_reqs()
811 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc()
1178 struct io_event *ev_pag in aio_complete()
[all...]
/linux/include/uapi/linux/
H A Daio_abi.h60 struct io_event { struct
/linux/include/linux/
H A Dsyscalls.h17 struct io_event;
311 struct io_event __user *result);
315 struct io_event __user *events,
320 struct io_event __user *events,
325 struct io_event __user *events,
331 struct io_event __user *events,
/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c327 struct io_event e[2]; in main()
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c359 struct io_event e[BUFS_MAX]; in main()