Searched refs:io_event (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
D | aio.c | 65 struct io_event io_events[0]; 441 size += sizeof(struct io_event) * nr_events; in aio_setup_ring() 455 / sizeof(struct io_event); in aio_setup_ring() 520 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) 521 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event)) 700 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc() 1055 struct io_event *ev_page, *event; in aio_complete() 1154 struct io_event __user *event, long nr) in aio_read_events_ring() 1192 struct io_event *ev; in aio_read_events_ring() 1235 struct io_event __user *event, long *i) in aio_read_events() [all …]
|
D | compat.c | 526 struct io_event __user *, events, in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.1.27/include/uapi/linux/ |
D | aio_abi.h | 58 struct io_event { struct
|
/linux-4.1.27/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-4.1.27/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 309 struct io_event e[2]; in main()
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 359 struct io_event e[BUFS_MAX]; in main()
|
/linux-4.1.27/include/linux/ |
D | syscalls.h | 18 struct io_event; 504 struct io_event __user *events, 509 struct io_event __user *result);
|
D | compat.h | 510 struct io_event __user *events,
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 172 COMPAT_SYSCALL_WRAP3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, struct io_event …
|