Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Daio.h30 extern unsigned long aio_nr;
/linux-4.1.27/fs/
Daio.c193 unsigned long aio_nr; /* current system wide number of aio requests */ variable
671 if (WARN_ON(aio_nr - nr > aio_nr)) in aio_nr_sub()
672 aio_nr = 0; in aio_nr_sub()
674 aio_nr -= nr; in aio_nr_sub()
745 if (aio_nr + nr_events > (aio_max_nr * 2UL) || in ioctx_alloc()
746 aio_nr + nr_events < aio_nr) { in ioctx_alloc()
751 aio_nr += ctx->max_reqs; in ioctx_alloc()
/linux-4.1.27/kernel/
Dsysctl.c1628 .data = &aio_nr,
1629 .maxlen = sizeof(aio_nr),