Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h123 #define LCORE_CACHE_SIZE 64 macro
133 uint32_t objs[LCORE_CACHE_SIZE]; /**< Cache objects */
H A Drte_cuckoo_hash.c229 (LCORE_CACHE_SIZE - 1) + 1; in rte_hash_create()
547 (LCORE_CACHE_SIZE - 1))); in rte_hash_max_key_id()
563 (LCORE_CACHE_SIZE - 1); in rte_hash_count()
648 (LCORE_CACHE_SIZE - 1); in rte_hash_reset()
984 LCORE_CACHE_SIZE, NULL); in alloc_slot()
1459 if (cached_free_slots->len == LCORE_CACHE_SIZE) { in free_slot()
1464 LCORE_CACHE_SIZE, NULL); in free_slot()
1521 h->entries + (RTE_MAX_LCORE - 1) * (LCORE_CACHE_SIZE - 1) + 1 in rte_hash_rcu_qsbr_add()
1825 h->entries + (RTE_MAX_LCORE - 1) * (LCORE_CACHE_SIZE - 1) + 1 in rte_hash_free_key_with_position()
/dpdk/app/test/
H A Dtest_hash.c504 #define LCORE_CACHE_SIZE 64 in test_add_delete_free_lf() macro
557 (LCORE_CACHE_SIZE - 1) + 1; i++) { in test_add_delete_free_lf()