Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Daio.c69 struct io_event io_events[0];
458 size += sizeof(struct io_event) * nr_events; in aio_setup_ring()
472 / sizeof(struct io_event); in aio_setup_ring()
542 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event))
543 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
711 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc()
1067 struct io_event *ev_page, *event; in aio_complete()
1147 struct io_event __user *event, long nr) in aio_read_events_ring()
1185 struct io_event *ev; in aio_read_events_ring()
1227 struct io_event __user *event, long *i) in aio_read_events()
[all …]
/Linux-v4.19/include/uapi/linux/
Daio_abi.h58 struct io_event { struct
/Linux-v4.19/arch/um/os-Linux/
Daio.c47 struct io_event *events, struct timespec *timeout) in io_getevents()
104 struct io_event event; in aio_thread()
/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c309 struct io_event e[2]; in main()
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c359 struct io_event e[BUFS_MAX]; in main()
/Linux-v4.19/include/linux/
Dsyscalls.h19 struct io_event;
294 struct io_event __user *result);
298 struct io_event __user *events,
303 struct io_event __user *events,
Dcompat.h554 struct io_event __user *events,
559 struct io_event __user *events,
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c137 COMPAT_SYSCALL_WRAP3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, struct io_event