Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c200 volatile int stmf_nworkers = 512; variable
4857 if (stmf_worker_sel_counter >= stmf_nworkers) in stmf_post_task()
4864 if (stmf_worker_sel_counter >= stmf_nworkers) in stmf_post_task()
6534 if (stmf_nworkers < 4) { in stmf_worker_init()
6535 stmf_nworkers = 64; in stmf_worker_init()
6539 sizeof (stmf_worker_t) * stmf_nworkers, KM_SLEEP); in stmf_worker_init()
6540 for (i = 0; i < stmf_nworkers; i++) { in stmf_worker_init()
6548 if (stmf_nworkers_cur < stmf_nworkers - 1) { in stmf_worker_init()
6549 for (i = stmf_nworkers_cur; i < stmf_nworkers; i++) { in stmf_worker_init()
6585 for (i = 0; i < stmf_nworkers; i++) { in stmf_worker_fini()
[all …]