Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Daio.h25 extern unsigned long aio_max_nr;
/Linux-v5.15/fs/
Daio.c223 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
730 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
770 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
/Linux-v5.15/kernel/
Dsysctl.c3287 .data = &aio_max_nr,
3288 .maxlen = sizeof(aio_max_nr),