Home
last modified time | relevance | path

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

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