Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c555 uint32_t tot_ring_cnt, cached_cnt = 0; in rte_hash_count() local
562 tot_ring_cnt = h->entries + (RTE_MAX_LCORE - 1) * in rte_hash_count()
567 ret = tot_ring_cnt - rte_ring_count(h->free_slots) - in rte_hash_count()
570 tot_ring_cnt = h->entries; in rte_hash_count()
571 ret = tot_ring_cnt - rte_ring_count(h->free_slots); in rte_hash_count()
616 uint32_t tot_ring_cnt, i; in rte_hash_reset() local
647 tot_ring_cnt = h->entries + (RTE_MAX_LCORE - 1) * in rte_hash_reset()
650 tot_ring_cnt = h->entries; in rte_hash_reset()
652 for (i = 1; i < tot_ring_cnt + 1; i++) in rte_hash_reset()