Searched refs:stmf_wm_last (Results 1 – 1 of 1) sorted by relevance
230 static clock_t stmf_wm_last = 0; variable6453 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()