Searched refs:cnt_a (Results 1 – 1 of 1) sorted by relevance
1361 uint32_t cnt_b, cnt_a; in __rte_hash_lookup_with_hash_lf() local1405 cnt_a = __atomic_load_n(h->tbl_chng_cnt, in __rte_hash_lookup_with_hash_lf()1407 } while (cnt_b != cnt_a); in __rte_hash_lookup_with_hash_lf()2063 uint32_t cnt_b, cnt_a; in __bulk_lookup_lf() local2221 cnt_a = __atomic_load_n(h->tbl_chng_cnt, in __bulk_lookup_lf()2223 } while (cnt_b != cnt_a); in __bulk_lookup_lf()