Home
last modified time | relevance | path

Searched refs:aio_list_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c63 static long aio_list_max = 0; variable
139 if (aio_list_max == 0) in lio_listio()
140 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX); in lio_listio()
142 if (nent <= 0 || nent > aio_list_max) { in lio_listio()
1335 if (aio_list_max == 0) in lio_listio64()
1336 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX); in lio_listio64()
1338 if (nent <= 0 || nent > aio_list_max) { in lio_listio64()