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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c6832 nsc_size_t nc_max; local
6855 nc_max = 1;
6860 nc_max = (mst_max < shd_max) ? mst_max : shd_max;
6861 nc_max /= DSW_SIZE;
6862 ASSERT(nc_max > 0 && nc_max < 1000);
6866 nc_max = ii_maxchunks;
6872 nc_try = (int)nc_max;
6912 if (nc_max > 1) {
6920 nc_max
[all...]

Completed in 69 milliseconds