Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Daio.c224 static unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
237 .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()