Searched refs:AIO_WAITN_MAXIOCBS (Results 1 – 2 of 2) sorted by relevance
1000 if (knentcnt > AIO_WAITN_MAXIOCBS) in __aio_waitn()1001 knentcnt = AIO_WAITN_MAXIOCBS; in __aio_waitn()1015 *nwait < AIO_WAITN_MAXIOCBS) in __aio_waitn()1072 if (knentcnt > AIO_WAITN_MAXIOCBS) in __aio_waitn()1073 knentcnt = AIO_WAITN_MAXIOCBS; in __aio_waitn()
62 #define AIO_WAITN_MAXIOCBS 32768 /* max. iocbs per system call */ macro