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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c230 static clock_t stmf_wm_last = 0; variable
6450 if ((stmf_wm_last != 0) &&
6451 ((d = ddi_get_lbolt() - stmf_wm_last) > tps)) {
6464 stmf_wm_last = ddi_get_lbolt();

Completed in 125 milliseconds