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