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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c238 static clock_t stmf_worker_scale_down_timer = 0; variable
6481 if (stmf_worker_scale_down_timer == 0) {
6482 stmf_worker_scale_down_timer = ddi_get_lbolt() +
6487 if (ddi_get_lbolt() < stmf_worker_scale_down_timer) {
6502 stmf_worker_scale_down_timer = 0;

Completed in 182 milliseconds