Searched refs:outstanding (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c5595 * increment the outstanding request counter and schedule a softint to run
5632 * If scrubbing is enabled, increment the outstanding request counter. If it
5633 * is 1 (meaning there were no previous requests outstanding), call
5642 uint32_t *outstanding = &csmp->chsm_outstanding[index]; local
5645 if (atomic_inc_32_nv(outstanding) == 1) {
5880 * we decrement the outstanding request count to zero.
5888 int outstanding; local
5903 outstanding = *countp;
5904 for (i = 0; i < outstanding; i++) {
5907 } while (atomic_add_32_nv(countp, -outstanding));
5962 int outstanding; local
6041 int outstanding; local
[all...]
H A Dcommon_asm.s1219 ! only have 4 prefetches for page_t's outstanding. Thus, we
1271 ! into the E$, thus reducing the number of outstanding page
1309 ! UltraSparcII can have up to 3 prefetches outstanding.
H A Dspitfire.c3642 * we decrement the outstanding request count to zero.
3650 int outstanding; local
3655 outstanding = *countp;
3656 ASSERT(outstanding > 0);
3657 for (i = 0; i < outstanding; i++)
3659 } while (atomic_add_32_nv(countp, -outstanding));
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h288 uint16_t outstanding; member in struct:skd_fitmsg_context
H A Dskd.c1627 skmsg->outstanding = fmh->num_protocol_cmds_coalesced;
1965 ASSERT(skmsg->outstanding > 0);
1966 skmsg->outstanding--;
1967 if (skmsg->outstanding == 0) {
3687 skmsgp->id, skmsgp->outstanding,
3704 skmsgp->outstanding, skmsgp->length,
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c316 #define MAXAIO 1000 /* maximum number of outstanding I/O's we'll manage */
334 int outstanding; member in struct:aio_results
3089 * If we know there aren't any outstanding transactions, just return
3091 if (results.outstanding == 0)
3103 results.outstanding--;
3138 * flush_writes() -- flush all the outstanding aio writes.
3150 * all outstanding completed aio's.
3168 results.outstanding = 0;
3329 results.outstanding++;
3330 if (results.outstanding > result
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s322 ! Ensure all outstanding writebacks have retired. Following this
433 ! completion of outstanding writes in the MC queue.
725 ! Make sure all outstanding transactions for this processor

Completed in 189 milliseconds