Searched refs:LEAF_HASH (Results 1 – 2 of 2) sorted by relevance
50 #define LEAF_HASH(l, h) \ macro55 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])479 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
2771 #define LEAF_HASH(l, h) \2775 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])2772 #define LEAF_HASH( global() macro