Searched defs:busy_count (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c86 int busy_count; local
129 for (busy_count = 0; busy_count < timeout; busy_count++) {
182 busy_count += (SEC_TO_CSEC - 1);
194 busy_count += (SEC_TO_CSEC - 1);
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4337 int busy_count, rval = -1, savef; local
4367 for (busy_count = 0; busy_count < dcd_poll_busycnt; busy_count++) {
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c4149 register int busy_count; local
4179 busy_count = 0;
4183 busy_count++;
4192 MBXINFO(mtp), busy_count,
4193 busy_count ? " <<<<<":"");
4201 MBXINFO(mtp), busy_count,
4202 busy_count ? " <<<<<":"");
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h493 volatile int busy_count; /* ioctls in progress */ member in struct:rdc_k_info
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c26366 int busy_count; local
26409 for (busy_count = 0; busy_count < timeout; busy_count++) {
26462 busy_count += (SEC_TO_CSEC - 1);
26471 busy_count += (SEC_TO_CSEC - 1);
26484 busy_count += (SEC_TO_CSEC - 1);

Completed in 154 milliseconds