Searched defs:nwait (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c932 * aio_waitn waits until "nwait" I/Os (supplied as a parameter) have
935 * completed is returned in "nwait". Otherwise aio_waitn might also
940 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) argument
954 if (nent == 0 || *nwait == 0 || *nwait > nent) {
970 *nwait = 0;
979 *nwait = 0;
1005 kwaitcnt = *nwait - dnwait;
1021 if (dnwait >= *nwait ||
1022 *nwait < AIO_WAITN_MAXIOCB
1207 aio_waitn(aiocb_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument
1786 aio_waitn64(aiocb64_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument
[all...]

Completed in 16 milliseconds