io_event           71 fs/aio.c       	struct io_event		io_events[0];
io_event          209 fs/aio.c       	struct io_event		ki_res;
io_event          474 fs/aio.c       	size += sizeof(struct io_event) * nr_events;
io_event          488 fs/aio.c       			/ sizeof(struct io_event);
io_event          558 fs/aio.c       #define AIO_EVENTS_PER_PAGE	(PAGE_SIZE / sizeof(struct io_event))
io_event          559 fs/aio.c       #define AIO_EVENTS_FIRST_PAGE	((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
io_event          727 fs/aio.c       	if (nr_events > (0x10000000U / sizeof(struct io_event))) {
io_event         1093 fs/aio.c       	struct io_event	*ev_page, *event;
io_event         1175 fs/aio.c       				 struct io_event __user *event, long nr)
io_event         1213 fs/aio.c       		struct io_event *ev;
io_event         1255 fs/aio.c       			    struct io_event __user *event, long *i)
io_event         1272 fs/aio.c       			struct io_event __user *event,
io_event         2010 fs/aio.c       		struct io_event __user *, result)
io_event         2055 fs/aio.c       		struct io_event __user *events,
io_event         2088 fs/aio.c       		struct io_event __user *, events,
io_event         2114 fs/aio.c       		struct io_event __user *, events,
io_event         2149 fs/aio.c       		struct io_event __user *, events,
io_event         2186 fs/aio.c       		struct io_event __user *, events,
io_event         2216 fs/aio.c       		struct io_event __user *, events,
io_event         2251 fs/aio.c       		struct io_event __user *, events,
io_event          523 include/linux/compat.h 					struct io_event __user *events,
io_event          529 include/linux/compat.h 					struct io_event __user *events,
io_event           17 include/linux/syscalls.h struct io_event;
io_event          294 include/linux/syscalls.h 			      struct io_event __user *result);
io_event          298 include/linux/syscalls.h 				struct io_event __user *events,
io_event          303 include/linux/syscalls.h 				struct io_event __user *events,
io_event          308 include/linux/syscalls.h 				struct io_event __user *events,
io_event          314 include/linux/syscalls.h 				struct io_event __user *events,
io_event          359 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 		struct io_event e[BUFS_MAX];
io_event          309 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 			struct io_event e[2];