Searched refs:aio_max_nr (Results 1 – 1 of 1) sorted by relevance
224 static unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable237 .data = &aio_max_nr,238 .maxlen = sizeof(aio_max_nr),766 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()806 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()