Searched refs:_hash (Results 1 – 2 of 2) sorted by relevance
177 uint32_t _hash; member227 slt->_hash = hash; in __slot_set()234 slt->_hash = 0; in __slot_reset()489 if (b->_slots[i]._hash == hash) { in __find_in_bucket()561 if (__improbable(s->_hash == hash)) { in __add_to_bucket()577 b->_slots[avail_i]._hash = hash; in __add_to_bucket()643 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()660 ASSERT(to_bkt->_slots[to_slot]._hash == 0); in cuckoo_move()731 if (__improbable(s->_hash == hash)) { in cuckoo_probe()744 queue[tail].bkt_idx = __alt_hash(s->_hash) & h->_bitmask; in cuckoo_probe()[all …]
764 handler(node, s._hash)