Searched refs:io_event (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/ |
D | aio.c | 69 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/ |
D | aio_abi.h | 58 struct io_event { struct
|
/Linux-v4.19/arch/um/os-Linux/ |
D | aio.c | 47 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/ |
D | aio_simple.c | 309 struct io_event e[2]; in main()
|
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 359 struct io_event e[BUFS_MAX]; in main()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 19 struct io_event; 294 struct io_event __user *result); 298 struct io_event __user *events, 303 struct io_event __user *events,
|
D | compat.h | 554 struct io_event __user *events, 559 struct io_event __user *events,
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 137 COMPAT_SYSCALL_WRAP3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, struct io_event …
|