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

  /src/sys/sys/
aio.h 74 #define AIO_LISTIO_MAX 512
75 #define AIO_MAX (AIO_LISTIO_MAX * 16)
201 extern u_int aio_listio_max;
  /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...]
  /src/sys/compat/common/
kern_time_50.c 361 if (nent <= 0 || nent > aio_listio_max)

Completed in 102 milliseconds