Home
last modified time | relevance | path

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

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