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

  /src/sys/kern/
sys_aio.c 115 u_int aio_listio_max = AIO_LISTIO_MAX; variable in typeref:typename:u_int
1693 aio->jobs_count >= aio_listio_max) {
1914 if (nent <= 0 || nent > aio_listio_max) {
1974 if (nent < 1 || nent > aio_listio_max) {
2087 newsize = aio_listio_max;
2096 aio_listio_max = newsize;
2116 if (newsize < 1 || newsize < aio_listio_max) {
2143 CTLTYPE_INT, "aio_listio_max",
2146 sysctl_aio_listio_max, 0, &aio_listio_max, 0
    [all...]

Completed in 57 milliseconds