Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_member/
H A Drte_member_ht.c398 struct member_ht_bucket *next_bkt[RTE_MEMBER_BUCKET_ENTRIES]; in make_space_bucket() local
410 next_bkt[i] = &buckets[next_bucket_idx]; in make_space_bucket()
412 if (next_bkt[i]->sets[j] == RTE_MEMBER_NO_MATCH) in make_space_bucket()
422 next_bkt[i]->sigs[j] = bkt->sigs[i]; in make_space_bucket()
423 next_bkt[i]->sets[j] = bkt->sets[i]; in make_space_bucket()
451 next_bkt[i]->sigs[ret] = bkt->sigs[i]; in make_space_bucket()
452 next_bkt[i]->sets[ret] = bkt->sets[i]; in make_space_bucket()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1915 struct rte_hash_bucket *cur_bkt, *next_bkt; in __bulk_lookup_l() local
2028 next_bkt = secondary_bkt[i]->next; in __bulk_lookup_l()
2029 FOR_EACH_BUCKET(cur_bkt, next_bkt) { in __bulk_lookup_l()
2062 struct rte_hash_bucket *cur_bkt, *next_bkt; in __bulk_lookup_lf() local
2191 next_bkt = secondary_bkt[i]->next; in __bulk_lookup_lf()
2192 FOR_EACH_BUCKET(cur_bkt, next_bkt) { in __bulk_lookup_lf()