Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c245 __get_bucket(struct cuckoo_hashtable *h, uint32_t b_i) in __get_bucket() function
253 return __get_bucket(h, hash & h->_bitmask); in __prim_bucket()
259 return __get_bucket(h, __alt_hash(hash) & h->_bitmask); in __alt_bucket()
627 to_bkt = __get_bucket(h, curr_node->bkt_idx); in cuckoo_move()
634 from_bkt = __get_bucket(h, prev_node->bkt_idx); in cuckoo_move()
722 b = __get_bucket(h, queue[head].bkt_idx); in cuckoo_probe()