Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Daio.h25 extern unsigned long aio_max_nr;
/Linux-v5.4/fs/
Daio.c224 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
731 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
771 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
/Linux-v5.4/kernel/
Dsysctl.c1850 .data = &aio_max_nr,
1851 .maxlen = sizeof(aio_max_nr),