Home
last modified time | relevance | path

Searched refs:bkt_idx (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_member/
H A Drte_member_ht.c391 make_space_bucket(const struct rte_member_setsum *ss, uint32_t bkt_idx, in make_space_bucket() argument
399 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()
/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c195 check_bucket(uint32_t bkt_idx, uint32_t key) in check_bucket() argument
207 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()