Searched refs:aio_max_nr (Results 1 – 1 of 1) sorted by relevance
48 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable252 if ((unsigned long)nr_events > aio_max_nr) in ioctx_alloc()278 if (aio_nr + nr_events > aio_max_nr || in ioctx_alloc()