Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c618 uint8_t from_slot, to_slot; in cuckoo_move() local
629 from_slot = curr_node->prev_slot_idx; in cuckoo_move()
643 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()
656 from_bkt - h->_buckets, from_slot, to_bkt - h->_buckets, in cuckoo_move()
663 to_bkt->_slots[to_slot] = from_bkt->_slots[from_slot]; in cuckoo_move()
665 __slot_reset(&from_bkt->_slots[from_slot]); in cuckoo_move()
672 to_slot = from_slot; in cuckoo_move()