Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c229 static int stmf_worker_sel_counter = 0; variable
4856 stmf_worker_sel_counter++; in stmf_post_task()
4857 if (stmf_worker_sel_counter >= stmf_nworkers) in stmf_post_task()
4858 stmf_worker_sel_counter = 0; in stmf_post_task()
4859 nv = stmf_worker_sel_counter; in stmf_post_task()
4863 stmf_worker_sel_counter++; in stmf_post_task()
4864 if (stmf_worker_sel_counter >= stmf_nworkers) in stmf_post_task()
4865 stmf_worker_sel_counter = 0; in stmf_post_task()
4866 nv = stmf_worker_sel_counter; in stmf_post_task()