Searched defs:max_active (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2204 uint32_t total, max_active; local
2209 max_active = iport->iport_max_active_ncmds;
2211 if (total <= max_active)
2216 num_to_release = (total + 1 - max_active) / 2;

Completed in 127 milliseconds