Searched refs:stmf_nworkers_accepting_cmds (Results 1 – 1 of 1) sorted by relevance
235 static int stmf_nworkers_accepting_cmds; variable4450 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()