Lines Matching refs:aio
22 - aio-max-nr
23 - aio-nr
47 aio-nr & aio-max-nr:
49 aio-nr is the running total of the number of events specified on the
50 io_setup system call for all currently active aio contexts. If aio-nr
51 reaches aio-max-nr then io_setup will fail with EAGAIN. Note that
52 raising aio-max-nr does not result in the pre-allocation or re-sizing
296 aio-nr & aio-max-nr:
298 aio-nr shows the current system-wide number of asynchronous io
299 requests. aio-max-nr allows you to change the maximum value
300 aio-nr can grow to.