Searched refs:to_slot (Results 1 – 1 of 1) sorted by relevance
624 uint8_t from_slot, to_slot; in cuckoo_move() local628 to_slot = leaf_slot; in cuckoo_move()651 !__slot_empty(__bucket_slot(to_bkt, to_slot))) { in cuckoo_move()656 !__slot_empty(__bucket_slot(to_bkt, to_slot)) ? in cuckoo_move()663 to_slot); in cuckoo_move()665 ASSERT(to_bkt->_slots[to_slot]._node == NULL); in cuckoo_move()666 ASSERT(to_bkt->_slots[to_slot]._hash == 0); in cuckoo_move()669 to_bkt->_slots[to_slot] = from_bkt->_slots[from_slot]; in cuckoo_move()678 to_slot = from_slot; in cuckoo_move()685 if (to_bkt->_slots[to_slot]._node != NULL) { in cuckoo_move()[all …]