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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c226 static int stmf_nworkers_cur; /* # of workers currently running */ variable
232 * This is equal to stmf_nworkers_cur while we are increasing # workers and
6142 while (stmf_nworkers_cur == 0)
6162 while (stmf_nworkers_cur != 0) {
6413 for (i = stmf_nworkers_cur; i < stmf_nworkers_needed; i++) {
6415 stmf_nworkers_cur++;
6423 for (i = (stmf_nworkers_cur - 1); i >= stmf_nworkers_needed; i--) {
6425 stmf_nworkers_cur--;
6437 if (stmf_nworkers_cur) {
6444 if (stmf_nworkers_cur < stmf_i_min_nworker
[all...]

Completed in 76 milliseconds