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

/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h288 uint16_t outstanding; member in struct:skd_fitmsg_context
/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/cpu/
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));
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...]

Completed in 106 milliseconds