Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Daio.h25 extern unsigned long aio_max_nr;
/linux-4.19.296/fs/
Daio.c219 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */ variable
733 if (!nr_events || (unsigned long)max_reqs > aio_max_nr) in ioctx_alloc()
773 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()