Searched refs:stmf_nworkers_accepting_cmds (Results 1 – 1 of 1) sorted by relevance
235 static int stmf_nworkers_accepting_cmds; variable4452 if (nv >= stmf_nworkers_accepting_cmds) { in stmf_post_task()4455 nv -= stmf_nworkers_accepting_cmds; in stmf_post_task()4456 } while (nv >= stmf_nworkers_accepting_cmds); in stmf_post_task()4469 if ((nv + 1) >= stmf_nworkers_accepting_cmds) { in stmf_post_task()6419 stmf_nworkers_accepting_cmds++; in stmf_worker_mgmt()6456 for (i = 0; i < stmf_nworkers_accepting_cmds; i++) { in stmf_worker_mgmt()6477 if (qd < stmf_nworkers_accepting_cmds) { in stmf_worker_mgmt()6531 stmf_nworkers_accepting_cmds = workers_needed; in stmf_worker_mgmt()