Searched refs:aio_ring (Results 1 – 2 of 2) sorted by relevance
119 struct aio_ring { struct146 struct aio_ring *ring = (struct aio_ring *)ctx; in io_getevents_peek() argument168 struct aio_ring *ring = (struct aio_ring *)ctx; in io_getevents_commit()
56 struct aio_ring { struct493 struct aio_ring *ring; in aio_setup_ring()503 size = sizeof(struct aio_ring); in aio_setup_ring()517 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()581 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()588 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))678 struct aio_ring *ring; in ioctx_add_table()1025 struct aio_ring *ring; in user_refill_reqs_available()1084 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()1126 struct aio_ring *ring; in aio_complete()[all …]