Home
last modified time | relevance | path

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

/fs/
Daio.c115 unsigned long aio_nr; /* current system wide number of aio requests */ variable
379 if (aio_nr + nr_events > aio_max_nr || in ioctx_alloc()
380 aio_nr + nr_events < aio_nr) { in ioctx_alloc()
384 aio_nr += ctx->max_reqs; in ioctx_alloc()
439 BUG_ON(aio_nr - ctx->max_reqs > aio_nr); in kill_ioctx()
440 aio_nr -= ctx->max_reqs; in kill_ioctx()