Home
last modified time | relevance | path

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

/fs/
Daio.c48 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
252 if ((unsigned long)nr_events > aio_max_nr) in ioctx_alloc()
278 if (aio_nr + nr_events > aio_max_nr || in ioctx_alloc()