Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c230 static clock_t stmf_wm_last = 0; variable
6453 if ((stmf_wm_last != 0) && in stmf_worker_mgmt()
6454 ((d = ddi_get_lbolt() - stmf_wm_last) > tps)) { in stmf_worker_mgmt()
6467 stmf_wm_last = ddi_get_lbolt(); in stmf_worker_mgmt()