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

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

Completed in 63 milliseconds