Symbol: io_event
fs/aio.c
1124
struct io_event *ev_page, *event;
fs/aio.c
1218
struct io_event __user *event, long nr)
fs/aio.c
1255
struct io_event *ev;
fs/aio.c
1295
struct io_event __user *event, long *i)
fs/aio.c
1312
struct io_event __user *event,
fs/aio.c
208
struct io_event ki_res;
fs/aio.c
2176
struct io_event __user *, result)
fs/aio.c
2220
struct io_event __user *events,
fs/aio.c
2253
struct io_event __user *, events,
fs/aio.c
2279
struct io_event __user *, events,
fs/aio.c
2314
struct io_event __user *, events,
fs/aio.c
2351
struct io_event __user *, events,
fs/aio.c
2381
struct io_event __user *, events,
fs/aio.c
2416
struct io_event __user *, events,
fs/aio.c
495
size += sizeof(struct io_event) * nr_events;
fs/aio.c
509
/ sizeof(struct io_event);
fs/aio.c
579
#define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event))
fs/aio.c
580
#define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
fs/aio.c
69
struct io_event io_events[];
fs/aio.c
757
if (nr_events > (0x10000000U / sizeof(struct io_event))) {
include/linux/compat.h
575
struct io_event __user *events,
include/linux/compat.h
581
struct io_event __user *events,
include/linux/syscalls.h
17
struct io_event;
include/linux/syscalls.h
311
struct io_event __user *result);
include/linux/syscalls.h
315
struct io_event __user *events,
include/linux/syscalls.h
320
struct io_event __user *events,
include/linux/syscalls.h
325
struct io_event __user *events,
include/linux/syscalls.h
331
struct io_event __user *events,
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
359
struct io_event e[BUFS_MAX];
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
327
struct io_event e[2];