HomeSort by: relevance | last modified time | path
    Searched refs:AIO_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
aio.h 75 #define AIO_MAX (AIO_LISTIO_MAX * 16)
  /src/sys/kern/
sys_aio.c 116 static u_int aio_max = AIO_MAX; variable in typeref:typename:u_int
1692 if (atomic_inc_uint_nv(&aio_jobs_count) > aio_max ||
2093 if (newsize < 1 || newsize > aio_max) {
2110 newsize = aio_max;
2119 aio_max = newsize;
2155 CTLTYPE_INT, "aio_max",
2158 sysctl_aio_max, 0, &aio_max, 0,

Completed in 19 milliseconds