Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c473 uint16_t bestlh = ZAP_LEAF_HASH_NUMENTRIES(l)-1; in zap_leaf_lookup_closest() local
478 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
488 ASSERT3U(bestlh, >=, lh); in zap_leaf_lookup_closest()
489 bestlh = lh; in zap_leaf_lookup_closest()