Home
last modified time | relevance | path

Searched refs:aio_ring (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dlinux-aio.c119 struct aio_ring { struct
146 struct aio_ring *ring = (struct aio_ring *)ctx; in io_getevents_peek() argument
168 struct aio_ring *ring = (struct aio_ring *)ctx; in io_getevents_commit()
/openbmc/linux/fs/
H A Daio.c56 struct aio_ring { struct
493 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 …]