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