Searched refs:_hash (Results 1 – 2 of 2) sorted by relevance
176 uint32_t _hash; member224 slt->_hash = hash; in __slot_set()231 slt->_hash = 0; in __slot_reset()495 if (b->_slots[i]._hash == hash) { in __find_in_bucket()567 if (__improbable(s->_hash == hash)) { in __add_to_bucket()583 b->_slots[avail_i]._hash = hash; in __add_to_bucket()649 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()666 ASSERT(to_bkt->_slots[to_slot]._hash == 0); in cuckoo_move()737 if (__improbable(s->_hash == hash)) { in cuckoo_probe()750 queue[tail].bkt_idx = __alt_hash(s->_hash) & h->_bitmask; in cuckoo_probe()[all …]
760 handler(node, s._hash)