Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2202 int num_to_release, ndx; in fct_check_cmdlist() local
2216 num_to_release = (total + 1 - max_active) / 2; in fct_check_cmdlist()
2219 for (ndx = 0; ndx < num_to_release; ndx++) { in fct_check_cmdlist()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4538 uint32_t num_to_release, ndx; in stmf_task_lu_check_freelist() local
4545 num_to_release = (ilu->ilu_ntasks_min_free + 1) / 2; in stmf_task_lu_check_freelist()
4546 if (!num_to_release) { in stmf_task_lu_check_freelist()
4549 for (ndx = 0; ndx < num_to_release; ndx++) { in stmf_task_lu_check_freelist()