Searched refs:aio_read_events (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/ |
H A D | aio.c | 369 /* The ring_lock mutex. The prevents aio_read_events() from writing aio_migratepage() 1234 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, aio_read_events() function 1268 * Note that aio_read_events() is being called as the conditional - i.e. read_events() 1272 * But aio_read_events() can block, and if it blocks it's going to flip read_events() 1282 aio_read_events(ctx, min_nr, nr, event, &ret); read_events() 1285 aio_read_events(ctx, min_nr, nr, event, &ret), read_events()
|
Completed in 98 milliseconds