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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c2126 uint64_t thismax = 0; local
2134 thismax = vdev_dtl_max(vd);
2145 thismax = MAX(thismax, cmax);
2153 *maxp = thismax;

Completed in 65 milliseconds