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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1929 int preferred, path_cnt; local
1948 path_cnt = online_path_count;
1951 path_cnt = online_nonpref_path_count;
1954 path_cnt = 0;
1956 if (path_cnt) {
1957 path_index = (bp->b_blkno >> region_size) % path_cnt;

Completed in 63 milliseconds