Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1357 uint32_t cnt_b, cnt_a; in __rte_hash_lookup_with_hash_lf() local
1370 cnt_b = __atomic_load_n(h->tbl_chng_cnt, in __rte_hash_lookup_with_hash_lf()
1403 } while (cnt_b != cnt_a); in __rte_hash_lookup_with_hash_lf()
2059 uint32_t cnt_b, cnt_a; in __bulk_lookup_lf() local
2069 cnt_b = __atomic_load_n(h->tbl_chng_cnt, in __bulk_lookup_lf()
2219 } while (cnt_b != cnt_a); in __bulk_lookup_lf()