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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c224 static int stmf_i_max_nworkers; variable
6119 stmf_i_max_nworkers = stmf_max_nworkers;
6126 if (stmf_i_max_nworkers < stmf_i_min_nworkers) {
6127 stmf_i_max_nworkers = stmf_i_min_nworkers;
6130 sizeof (stmf_worker_t) * stmf_i_max_nworkers, KM_SLEEP);
6131 for (i = 0; i < stmf_i_max_nworkers; i++) {
6169 for (i = 0; i < stmf_i_max_nworkers; i++) {
6174 kmem_free(stmf_workers, sizeof (stmf_worker_t) * stmf_i_max_nworkers);
6493 if (stmf_worker_scale_down_qd > stmf_i_max_nworkers)
6494 stmf_worker_scale_down_qd = stmf_i_max_nworkers;
[all...]

Completed in 119 milliseconds