Home
last modified time | relevance | path

Searched refs:bestlh (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c439 uint16_t bestlh = ZAP_LEAF_HASH_NUMENTRIES(l)-1; in zap_leaf_lookup_closest() local
444 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
454 ASSERT3U(bestlh, >=, lh); in zap_leaf_lookup_closest()
455 bestlh = lh; in zap_leaf_lookup_closest()