Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Daio.c223 static unsigned long aio_nr; /* current system wide number of aio requests */ variable
230 .data = &aio_nr,
231 .maxlen = sizeof(aio_nr),
730 if (WARN_ON(aio_nr - nr > aio_nr)) in aio_nr_sub()
731 aio_nr = 0; in aio_nr_sub()
733 aio_nr -= nr; in aio_nr_sub()
810 if (aio_nr + ctx->max_reqs > aio_max_nr || in ioctx_alloc()
811 aio_nr + ctx->max_reqs < aio_nr) { in ioctx_alloc()
816 aio_nr += ctx->max_reqs; in ioctx_alloc()