Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c460 uint16_t bestlh = ZAP_LEAF_HASH_NUMENTRIES(l)-1; in zap_leaf_lookup_closest() local
466 for (lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
476 ASSERT3U(bestlh, >=, lh); in zap_leaf_lookup_closest()
477 bestlh = lh; in zap_leaf_lookup_closest()