Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Daio.h30 extern unsigned long aio_nr;
/linux-4.4.14/fs/
Daio.c193 unsigned long aio_nr; /* current system wide number of aio requests */ variable
680 if (WARN_ON(aio_nr - nr > aio_nr)) in aio_nr_sub()
681 aio_nr = 0; in aio_nr_sub()
683 aio_nr -= nr; in aio_nr_sub()
754 if (aio_nr + nr_events > (aio_max_nr * 2UL) || in ioctx_alloc()
755 aio_nr + nr_events < aio_nr) { in ioctx_alloc()
760 aio_nr += ctx->max_reqs; in ioctx_alloc()
/linux-4.4.14/kernel/
Dsysctl.c1668 .data = &aio_nr,
1669 .maxlen = sizeof(aio_nr),