Searched refs:bestlh (Results 1 – 1 of 1) sorted by relevance
473 uint16_t bestlh = ZAP_LEAF_HASH_NUMENTRIES(l)-1; in zap_leaf_lookup_closest() local478 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()