Searched refs:next_bucket_idx (Results 1 – 1 of 1) sorted by relevance
397 uint32_t next_bucket_idx; in make_space_bucket() local409 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()410 next_bkt[i] = &buckets[next_bucket_idx]; in make_space_bucket()437 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()442 ret = make_space_bucket(ss, next_bucket_idx, nr_pushes); in make_space_bucket()