Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c254 __prim_bucket(struct cuckoo_hashtable *h, uint32_t hash) in __prim_bucket() function
516 b1 = __prim_bucket(h, hash); in cuckoo_hashtable_find_with_hash()
927 b1 = __prim_bucket(h, hash); in cuckoo_add_no_expand()
1002 b1 = __prim_bucket(h, hash); in cuckoo_hashtable_del()
1071 if ((__prim_bucket(h, hash) != b) && in cuckoo_hashtable_health_check()