Searched refs:nwait (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 933 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) in __aio_waitn() argument 947 if (nent == 0 || *nwait == 0 || *nwait > nent) { in __aio_waitn() 963 *nwait = 0; in __aio_waitn() 972 *nwait = 0; in __aio_waitn() 998 kwaitcnt = *nwait - dnwait; in __aio_waitn() 1014 if (dnwait >= *nwait || in __aio_waitn() 1015 *nwait < AIO_WAITN_MAXIOCBS) in __aio_waitn() 1067 kwaitcnt = (*nwait > sum_reqs) ? *nwait - sum_reqs : 0; in __aio_waitn() 1096 *nwait = _aio_doneq_cnt + in __aio_waitn() 1130 if (dnwait >= *nwait) { in __aio_waitn() [all …]
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_smr.c | 95 int nwait; in smr_slab_alloc_local() local 115 nwait = smr_slabwaiter_register(domid); in smr_slab_alloc_local() 117 if (nwait > 1) { in smr_slab_alloc_local() 201 int nwait; in smr_slab_alloc_remote() local 232 nwait = smr_slabwaiter_register(domid); in smr_slab_alloc_remote() 276 } else if (nwait != 1) { in smr_slab_alloc_remote() 308 } else if (nwait == 1) { in smr_slab_alloc_remote() 1085 int nwait; in smr_slabwaiter_register() local 1099 nwait = ++(wp->w_nwaiters); in smr_slabwaiter_register() 1100 ASSERT(nwait > 0); in smr_slabwaiter_register() [all …]
|
/titanic_50/usr/src/cmd/cron/ |
H A D | cron.c | 226 int nwait; /* wait time to next execution attempt */ member 2210 resched(qp->nwait); in ex() 3091 qt[i].nwait = qd.nwait; in quedefs() 3106 qt[j].nwait = qq.nwait; in quedefs() 3131 qq.nwait = i; in parsqdef()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | aio.c | 608 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout) in aiowaitn() argument 631 if (copyin(nwait, &waitcnt, sizeof (uint_t))) in aiowaitn() 635 if (copyout(&cnt, nwait, sizeof (uint_t))) in aiowaitn() 781 copyout(&cnt, nwait, sizeof (uint_t))) in aiowaitn()
|