Searched refs:next_bucket (Results 1 – 2 of 2) sorted by relevance
328 uint64 next_bucket = alt_bucket(bref.keys[slot], e.bucket); in CuckooInsert() local332 if (next_bucket != e_parent_bucket) { in CuckooInsert()333 cpq_->push_back({next_bucket, e.depth + 1, parent_index, slot}); in CuckooInsert()
308 __u64 next_bucket; member