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

  /src/sys/kern/
sys_aio.c 76 static u_int aio_max = AIO_MAX; variable in typeref:typename:u_int
490 if (aio_jobs_count + 1 > aio_max)
580 if (atomic_inc_uint_nv(&aio_jobs_count) > aio_max ||
944 if (aio_jobs_count + nent > aio_max)
1058 if (newsize < 1 || newsize > aio_max)
1074 newsize = aio_max;
1081 aio_max = newsize;
1115 CTLTYPE_INT, "aio_max",
1118 sysctl_aio_max, 0, &aio_max, 0
    [all...]
sys_aio.c 76 static u_int aio_max = AIO_MAX; variable in typeref:typename:u_int
490 if (aio_jobs_count + 1 > aio_max)
580 if (atomic_inc_uint_nv(&aio_jobs_count) > aio_max ||
944 if (aio_jobs_count + nent > aio_max)
1058 if (newsize < 1 || newsize > aio_max)
1074 newsize = aio_max;
1081 aio_max = newsize;
1115 CTLTYPE_INT, "aio_max",
1118 sysctl_aio_max, 0, &aio_max, 0
    [all...]

Completed in 49 milliseconds