Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Daio.h165 #define AIO_LISTIO_MAX 16 macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_aio.c1374 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()
H A Dkern_sysctl.c1745 if (new_value <= aio_max_requests && new_value >= AIO_LISTIO_MAX) {