Searched refs:timeout_count (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkaif_start.c420 int timeout_count = 0; local
451 } while (++timeout_count < kaif_ncpusave);
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h87 int timeout_count; /* count dispatched timeouts */ member in struct:cpudrv_pm
88 kmutex_t timeout_lock; /* protect timeout_count */
89 kcondvar_t timeout_cv; /* wait on timeout_count change */
/illumos-gate/usr/src/uts/common/io/
H A Dcpudrv.c186 while ((cpudsp)->cpudrv_pm.timeout_count != 0) \
952 cpudsp->cpudrv_pm.timeout_count++;
1166 ASSERT(cpupm->timeout_count > 0);
1167 cpupm->timeout_count--;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h827 uint32_t timeout_count; member in struct:ACB
H A Darcmsr.c331 acb->timeout_count = 0;
1386 if (acb->timeout_count) {
2954 acb->timeout_count = 0;
3150 int i, instance, timeout_count = 0; local
3195 timeout_count++;
5166 acb->timeout_count = 0;

Completed in 80 milliseconds