Searched refs:bkt_idx (Results 1 – 2 of 2) sorted by relevance
391 make_space_bucket(const struct rte_member_setsum *ss, uint32_t bkt_idx, in make_space_bucket() argument399 struct member_ht_bucket *bkt = &buckets[bkt_idx]; in make_space_bucket()409 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()437 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()
195 check_bucket(uint32_t bkt_idx, uint32_t key) in check_bucket() argument207 iter = bkt_idx * 8; in check_bucket()232 if (scanned_bkts[bkt_idx] == 0) { in check_bucket()244 scanned_bkts[bkt_idx] = 1; in check_bucket()