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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c524 hrtime_t echo_start, echo_end, echo_total; local
535 echo_total = 0;
592 echo_total += (echo_end - echo_start);
608 if (echo_total != 0) {
610 (echo_total / iterations) / 2;

Completed in 72 milliseconds