Searched refs:to_bkt (Results 1 – 1 of 1) sorted by relevance
623 struct _bucket *from_bkt, *to_bkt, *alt_bkt; in cuckoo_move() local627 to_bkt = __get_bucket(h, curr_node->bkt_idx); in cuckoo_move()630 __lock_bucket(to_bkt); in cuckoo_move()639 __unlock_bucket(to_bkt); in cuckoo_move()650 if (alt_bkt != to_bkt || in cuckoo_move()651 !__slot_empty(__bucket_slot(to_bkt, to_slot))) { in cuckoo_move()653 __unlock_bucket(to_bkt); in cuckoo_move()655 alt_bkt != to_bkt ? "alt_bkt != to_bkt" : "", in cuckoo_move()656 !__slot_empty(__bucket_slot(to_bkt, to_slot)) ? in cuckoo_move()662 from_bkt - h->_buckets, from_slot, to_bkt - h->_buckets, in cuckoo_move()[all …]