Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c260 __alt_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __alt_bucket() function
521 b2 = __alt_bucket(h, hash); in cuckoo_hashtable_find_with_hash()
643 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()
932 b2 = __alt_bucket(h, hash); in cuckoo_add_no_expand()
1007 b2 = __alt_bucket(h, hash); in cuckoo_hashtable_del()
1072 (__alt_bucket(h, hash) != b)) { in cuckoo_hashtable_health_check()