Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c248 __get_bucket(struct cuckoo_hashtable *h, uint32_t b_i) in __get_bucket() function
256 return __get_bucket(h, hash & h->_bitmask); in __prim_bucket()
262 return __get_bucket(h, __alt_hash(hash) & h->_bitmask); in __alt_bucket()
621 to_bkt = __get_bucket(h, curr_node->bkt_idx); in cuckoo_move()
628 from_bkt = __get_bucket(h, prev_node->bkt_idx); in cuckoo_move()
716 b = __get_bucket(h, queue[head].bkt_idx); in cuckoo_probe()