Searched refs:aio_max_nr (Results 1 – 3 of 3) sorted by relevance
25 extern unsigned long aio_max_nr;
223 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable730 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()770 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
3287 .data = &aio_max_nr,3288 .maxlen = sizeof(aio_max_nr),