Home
last modified time | relevance | path

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

/fs/
Daio.c47 unsigned long aio_nr; /* current system wide number of aio requests */ variable
203 BUG_ON(aio_nr - nr_events > aio_nr); in ctx_rcu_free()
204 aio_nr -= nr_events; in ctx_rcu_free()
278 if (aio_nr + nr_events > aio_max_nr || in ioctx_alloc()
279 aio_nr + nr_events < aio_nr) in ioctx_alloc()
282 aio_nr += ctx->max_reqs; in ioctx_alloc()