Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c251 __prim_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __prim_bucket() function
522 b1 = __prim_bucket(h, hash); in cuckoo_hashtable_find_with_hash()
934 b1 = __prim_bucket(h, hash); in cuckoo_add_no_expand()
1009 b1 = __prim_bucket(h, hash); in cuckoo_hashtable_del()
1078 if ((__prim_bucket(h, hash) != b) && in cuckoo_hashtable_health_check()