Searched refs:aio_max_nr (Results 1 – 3 of 3) sorted by relevance
31 extern unsigned long aio_max_nr;
194 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable705 if (!nr_events || (unsigned long)nr_events > (aio_max_nr * 2UL)) in ioctx_alloc()745 if (aio_nr + nr_events > (aio_max_nr * 2UL) || in ioctx_alloc()
1635 .data = &aio_max_nr,1636 .maxlen = sizeof(aio_max_nr),