Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c594 uint32_t bkt_idx; member
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()
708 queue[0].bkt_idx = hash & h->_bitmask; in cuckoo_probe()
716 b = __get_bucket(h, queue[head].bkt_idx); in cuckoo_probe()
744 queue[tail].bkt_idx = __alt_hash(s->_hash) & h->_bitmask; in cuckoo_probe()