Searched refs:aio_list_max (Results 1 – 1 of 1) sorted by relevance
63 static long aio_list_max = 0; variable139 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()1336 if (aio_list_max == 0) in lio_listio64()1337 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX); in lio_listio64()1339 if (nent <= 0 || nent > aio_list_max) { in lio_listio64()