Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c177 uint32_t _hash; member
227 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 …]
/xnu-8792.61.2/tools/lldbmacros/
H A Dskywalk.py764 handler(node, s._hash)