Searched refs:tot_ring_cnt (Results 1 – 1 of 1) sorted by relevance
559 uint32_t tot_ring_cnt, cached_cnt = 0; in rte_hash_count() local566 tot_ring_cnt = h->entries + (RTE_MAX_LCORE - 1) * in rte_hash_count()571 ret = tot_ring_cnt - rte_ring_count(h->free_slots) - in rte_hash_count()574 tot_ring_cnt = h->entries; in rte_hash_count()575 ret = tot_ring_cnt - rte_ring_count(h->free_slots); in rte_hash_count()620 uint32_t tot_ring_cnt, i; in rte_hash_reset() local651 tot_ring_cnt = h->entries + (RTE_MAX_LCORE - 1) * in rte_hash_reset()654 tot_ring_cnt = h->entries; in rte_hash_reset()656 for (i = 1; i < tot_ring_cnt + 1; i++) in rte_hash_reset()