Home
last modified time | relevance | path

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

/fs/
Daio.c224 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
731 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
771 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()