Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Daio.c531 #define AIO_EVENTS_OFFSET (AIO_EVENTS_PER_PAGE - AIO_EVENTS_FIRST_PAGE) macro
1093 pos = tail + AIO_EVENTS_OFFSET; in aio_complete()
1210 ((head + AIO_EVENTS_OFFSET) % AIO_EVENTS_PER_PAGE)); in aio_read_events_ring()
1212 pos = head + AIO_EVENTS_OFFSET; in aio_read_events_ring()