Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Daio.h25 extern unsigned long aio_max_nr;
/Linux-v4.19/fs/
Daio.c206 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
716 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
756 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
/Linux-v4.19/kernel/
Dsysctl.c1771 .data = &aio_max_nr,
1772 .maxlen = sizeof(aio_max_nr),