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

/opensolaris-onvv-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c925 * aio_waitn waits until "nwait" I/Os (supplied as a parameter) have
928 * completed is returned in "nwait". Otherwise aio_waitn might also
933 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) argument
947 if (nent == 0 || *nwait == 0 || *nwait > nent) {
963 *nwait = 0;
972 *nwait = 0;
998 kwaitcnt = *nwait - dnwait;
1014 if (dnwait >= *nwait ||
1015 *nwait < AIO_WAITN_MAXIOCB
1200 aio_waitn(aiocb_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument
1761 aio_waitn64(aiocb64_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c95 int nwait; local
115 nwait = smr_slabwaiter_register(domid);
117 if (nwait > 1) {
201 int nwait; local
232 nwait = smr_slabwaiter_register(domid);
276 } else if (nwait != 1) {
308 } else if (nwait == 1) {
1085 int nwait; local
1099 nwait = ++(wp->w_nwaiters);
1100 ASSERT(nwait >
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c223 int nwait; /* wait time to next execution attempt */ member in struct:queue
2207 resched(qp->nwait);
3078 qt[i].nwait = qd.nwait;
3093 qt[j].nwait = qq.nwait;
3118 qq.nwait = i;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio.c608 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout) argument
631 if (copyin(nwait, &waitcnt, sizeof (uint_t)))
634 /* set *nwait to zero, if we must return prematurely */
635 if (copyout(&cnt, nwait, sizeof (uint_t)))
659 * for some/all pending requests to fulfill the nwait
781 copyout(&cnt, nwait, sizeof (uint_t)))

Completed in 162 milliseconds