Searched refs:AIO_LISTIO_MAX (Results 1 – 3 of 3) sorted by relevance
165 #define AIO_LISTIO_MAX 16 macro
1374 aio_workq_entry *entries[AIO_LISTIO_MAX] = { }; in lio_listio()1375 user_addr_t aiocbpp[AIO_LISTIO_MAX]; in lio_listio()1388 if (uap->nent < 1 || uap->nent > AIO_LISTIO_MAX) { in lio_listio()
1745 if (new_value <= aio_max_requests && new_value >= AIO_LISTIO_MAX) {