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

/linux-4.1.27/include/linux/
H A Daio.h31 extern unsigned long aio_max_nr;
/linux-4.1.27/fs/
H A Daio.c194 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
705 if (!nr_events || (unsigned long)nr_events > (aio_max_nr * 2UL)) ioctx_alloc()
745 if (aio_nr + nr_events > (aio_max_nr * 2UL) || ioctx_alloc()
/linux-4.1.27/kernel/
H A Dsysctl.c1635 .data = &aio_max_nr,
1636 .maxlen = sizeof(aio_max_nr),

Completed in 127 milliseconds