Searched defs:nwait (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 925 * 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...] |
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_smr.c | 95 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...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio.c | 608 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)))
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 226 int nwait; /* wait time to next execution attempt */ member in struct:queue 2210 resched(qp->nwait); 3091 qt[i].nwait = qd.nwait; 3106 qt[j].nwait = qq.nwait; 3131 qq.nwait = i;
|
Completed in 78 milliseconds