Home
last modified time | relevance | path

Searched refs:busy_count (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/sun/io/dada/impl/
H A Ddcd_subr.c67 register busy_count, rval = -1, savef; in dcd_poll() local
97 for (busy_count = 0; busy_count < dcd_poll_busycnt; busy_count++) { in dcd_poll()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c86 int busy_count; in scsi_poll() local
129 for (busy_count = 0; busy_count < timeout; busy_count++) { in scsi_poll()
182 busy_count += (SEC_TO_CSEC - 1); in scsi_poll()
194 busy_count += (SEC_TO_CSEC - 1); in scsi_poll()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c4149 register int busy_count; in idn_mboxtbl_report() local
4179 busy_count = 0; in idn_mboxtbl_report()
4183 busy_count++; in idn_mboxtbl_report()
4192 MBXINFO(mtp), busy_count, in idn_mboxtbl_report()
4193 busy_count ? " <<<<<":""); in idn_mboxtbl_report()
4201 MBXINFO(mtp), busy_count, in idn_mboxtbl_report()
4202 busy_count ? " <<<<<":""); in idn_mboxtbl_report()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h493 volatile int busy_count; /* ioctls in progress */ member
H A Drdc_io.c501 while (krdc->busy_count > 0) in wait_busy()
516 krdc->busy_count++; in set_busy()
528 if (krdc->busy_count <= 0) in wakeup_busy()
531 krdc->busy_count--; in wakeup_busy()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4337 int busy_count, rval = -1, savef; in dcd_poll() local
4367 for (busy_count = 0; busy_count < dcd_poll_busycnt; busy_count++) { in dcd_poll()
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c625 krdc->index, krdc->remote_index, krdc->busy_count, krdc->maxfbas); in rdc_kinfo()
/titanic_41/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);