Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Daio.h25 extern unsigned long aio_max_nr;
/kernel/linux/linux-6.6/fs/
H A 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()
/kernel/linux/linux-5.10/fs/
H A Daio.c225 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
747 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
787 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
/kernel/linux/linux-5.10/kernel/
H A Dsysctl.c3361 .data = &aio_max_nr,
3362 .maxlen = sizeof(aio_max_nr),

Completed in 10 milliseconds