Searched refs:maxaios_perbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c1610 int maxaios_perbuf = 0; variable
1620 maxaios_perbuf = 0;
1627 if (items > maxaios_perbuf)
1628 maxaios_perbuf = items;
1629 midaios_perbuf = maxaios_perbuf / 2;

Completed in 61 milliseconds