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.c62 static long aio_list_max = 0; variable
138 if (aio_list_max == 0) in lio_listio()
139 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX); in lio_listio()
141 if (nent <= 0 || nent > aio_list_max) { in lio_listio()
1334 if (aio_list_max == 0) in lio_listio64()
1335 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX); in lio_listio64()
1337 if (nent <= 0 || nent > aio_list_max) { in lio_listio64()