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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c407 * We've now filled up the range array, and need to increase "mingap" and
419 uint32_t mingap = UINT32_MAX; local
446 if (gap < mingap)
447 mingap = gap;
456 eip->zei_mingap = mingap;

Completed in 189 milliseconds