Lines Matching defs:outstanding
5595 * 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];
5645 if (atomic_inc_32_nv(outstanding) == 1) {
5880 * we decrement the outstanding request count to zero.
5888 int outstanding;
5903 outstanding = *countp;
5904 for (i = 0; i < outstanding; i++) {
5907 } while (atomic_add_32_nv(countp, -outstanding));
5954 * we decrement the outstanding request count to zero.
5962 int outstanding;
5978 outstanding = *countp;
5979 for (i = 0; i < outstanding; i++) {
5982 } while (atomic_add_32_nv(countp, -outstanding));
6028 * we decrement the outstanding request count to zero.
6030 * Due to interactions with cpu_scrub_cpu_setup(), the outstanding count may
6041 int outstanding;
6057 outstanding = *countp;
6058 for (i = 0; i < outstanding; i++) {
6061 } while (atomic_add_32_nv(countp, -outstanding));