Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c624 uint8_t from_slot, to_slot; in cuckoo_move() local
635 from_slot = curr_node->prev_slot_idx; in cuckoo_move()
649 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()
662 from_bkt - h->_buckets, from_slot, to_bkt - h->_buckets, in cuckoo_move()
669 to_bkt->_slots[to_slot] = from_bkt->_slots[from_slot]; in cuckoo_move()
671 __slot_reset(&from_bkt->_slots[from_slot]); in cuckoo_move()
678 to_slot = from_slot; in cuckoo_move()