HomeSort by: relevance | last modified time | path
    Searched defs:aio_max (Results 1 - 1 of 1) sorted by relevancy

  /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 13 milliseconds