Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Daio.c587 #define AIO_EVENTS_PER_PAGE (PAGE_SIZE / sizeof(struct io_event)) macro
589 #define AIO_EVENTS_OFFSET (AIO_EVENTS_PER_PAGE - AIO_EVENTS_FIRST_PAGE)
1144 ev_page = page_address(ctx->ring_pages[pos / AIO_EVENTS_PER_PAGE]); in aio_complete()
1145 event = ev_page + pos % AIO_EVENTS_PER_PAGE; in aio_complete()
1149 flush_dcache_page(ctx->ring_pages[pos / AIO_EVENTS_PER_PAGE]); in aio_complete()
1252 page = ctx->ring_pages[pos / AIO_EVENTS_PER_PAGE]; in aio_read_events_ring()
1253 pos %= AIO_EVENTS_PER_PAGE; in aio_read_events_ring()
1256 avail = min_t(long, avail, AIO_EVENTS_PER_PAGE - pos); in aio_read_events_ring()