Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c257 __alt_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __alt_bucket() function
527 b2 = __alt_bucket(h, hash); in cuckoo_hashtable_find_with_hash()
649 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()
939 b2 = __alt_bucket(h, hash); in cuckoo_add_no_expand()
1014 b2 = __alt_bucket(h, hash); in cuckoo_hashtable_del()
1079 (__alt_bucket(h, hash) != b)) { in cuckoo_hashtable_health_check()