Lines Matching refs:aio
22 - aio-max-nr
23 - aio-nr
43 aio-nr & aio-max-nr:
45 aio-nr is the running total of the number of events specified on the
46 io_setup system call for all currently active aio contexts. If aio-nr
47 reaches aio-max-nr then io_setup will fail with EAGAIN. Note that
48 raising aio-max-nr does not result in the pre-allocation or re-sizing
237 aio-nr & aio-max-nr:
239 aio-nr shows the current system-wide number of asynchronous io
240 requests. aio-max-nr allows you to change the maximum value
241 aio-nr can grow to.