Home
last modified time | relevance | path

Searched refs:stmf_nworkers_accepting_cmds (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c235 static int stmf_nworkers_accepting_cmds; variable
4450 if (nv >= stmf_nworkers_accepting_cmds) { in stmf_post_task()
4453 nv -= stmf_nworkers_accepting_cmds; in stmf_post_task()
4454 } while (nv >= stmf_nworkers_accepting_cmds); in stmf_post_task()
4467 if ((nv + 1) >= stmf_nworkers_accepting_cmds) { in stmf_post_task()
6417 stmf_nworkers_accepting_cmds++; in stmf_worker_mgmt()
6454 for (i = 0; i < stmf_nworkers_accepting_cmds; i++) { in stmf_worker_mgmt()
6475 if (qd < stmf_nworkers_accepting_cmds) { in stmf_worker_mgmt()
6529 stmf_nworkers_accepting_cmds = workers_needed; in stmf_worker_mgmt()