Searched refs:io_event (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/ |
D | aio.c | 65 struct io_event io_events[0]; 450 size += sizeof(struct io_event) * nr_events; in aio_setup_ring() 464 / sizeof(struct io_event); in aio_setup_ring() 529 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) 530 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event)) 709 if (nr_events > (0x10000000U / sizeof(struct io_event))) { in ioctx_alloc() 1064 struct io_event *ev_page, *event; in aio_complete() 1163 struct io_event __user *event, long nr) in aio_read_events_ring() 1201 struct io_event *ev; in aio_read_events_ring() 1244 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.4.14/include/uapi/linux/ |
D | aio_abi.h | 58 struct io_event { struct
|
/linux-4.4.14/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.4.14/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 309 struct io_event e[2]; in main()
|
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 359 struct io_event e[BUFS_MAX]; in main()
|
/linux-4.4.14/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.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 136 COMPAT_SYSCALL_WRAP3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, struct io_event …
|