Home
last modified time | relevance | path

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

/xnu-8792.41.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()
928 b1 = __prim_bucket(h, hash); in cuckoo_add_no_expand()
1003 b1 = __prim_bucket(h, hash); in cuckoo_hashtable_del()
1072 if ((__prim_bucket(h, hash) != b) && in cuckoo_hashtable_health_check()