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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c235 static int stmf_nworkers_accepting_cmds; variable
4449 if (nv >= stmf_nworkers_accepting_cmds) {
4452 nv -= stmf_nworkers_accepting_cmds;
4453 } while (nv >= stmf_nworkers_accepting_cmds);
4466 if ((nv + 1) >= stmf_nworkers_accepting_cmds) {
6416 stmf_nworkers_accepting_cmds++;
6427 * stmf_nworkers_accepting_cmds has already been
6453 for (i = 0; i < stmf_nworkers_accepting_cmds; i++) {
6474 if (qd < stmf_nworkers_accepting_cmds) {
6528 stmf_nworkers_accepting_cmds
[all...]

Completed in 107 milliseconds