Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Daio.c57 struct aio_ring { struct
463 struct aio_ring *ring; in aio_setup_ring()
473 size = sizeof(struct aio_ring); in aio_setup_ring()
487 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring()
551 ring->header_length = sizeof(struct aio_ring); in aio_setup_ring()
559 #define AIO_EVENTS_FIRST_PAGE ((PAGE_SIZE - sizeof(struct aio_ring)) / sizeof(struct io_event))
638 struct aio_ring *ring; in ioctx_add_table()
990 struct aio_ring *ring; in user_refill_reqs_available()
1050 struct aio_ring __user *ring = (void __user *)ctx_id; in lookup_ioctx()
1092 struct aio_ring *ring; in aio_complete()
[all …]