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

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h92 hrtime_t db_xfer_start_timestamp; member in struct:stmf_data_buf
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4364 if (dbuf->db_xfer_start_timestamp) {
4631 * which case dbuf->db_xfer_start_timestamp will be 0.
4635 if (dbuf->db_xfer_start_timestamp != 0)
7220 dbuf->db_xfer_start_timestamp = gethrtime();
7236 elapsed_time = gethrtime() - dbuf->db_xfer_start_timestamp;
7252 dbuf->db_xfer_start_timestamp = 0;

Completed in 76 milliseconds