Searched refs:from_bkt (Results 1 – 1 of 1) sorted by relevance
623 struct _bucket *from_bkt, *to_bkt, *alt_bkt; in cuckoo_move() local634 from_bkt = __get_bucket(h, prev_node->bkt_idx); in cuckoo_move()637 if (!__lock_bucket_with_backoff(from_bkt)) { in cuckoo_move()649 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()652 __unlock_bucket(from_bkt); 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()672 from_bkt->_inuse--; in cuckoo_move()677 to_bkt = from_bkt; in cuckoo_move()