Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.h117 #define LCORE_CACHE_SIZE 64 macro
127 uint32_t objs[LCORE_CACHE_SIZE]; /**< Cache objects */
H A Drte_cuckoo_hash.c233 (LCORE_CACHE_SIZE - 1) + 1; in rte_hash_create()
551 (LCORE_CACHE_SIZE - 1))); in rte_hash_max_key_id()
567 (LCORE_CACHE_SIZE - 1); in rte_hash_count()
652 (LCORE_CACHE_SIZE - 1); in rte_hash_reset()
988 LCORE_CACHE_SIZE, NULL); in alloc_slot()
1463 if (cached_free_slots->len == LCORE_CACHE_SIZE) { in free_slot()
1468 LCORE_CACHE_SIZE, NULL); in free_slot()
1525 h->entries + (RTE_MAX_LCORE - 1) * (LCORE_CACHE_SIZE - 1) + 1 in rte_hash_rcu_qsbr_add()
1829 h->entries + (RTE_MAX_LCORE - 1) * (LCORE_CACHE_SIZE - 1) + 1 in rte_hash_free_key_with_position()
/f-stack/dpdk/app/test/
H A Dtest_hash.c500 #define LCORE_CACHE_SIZE 64 in test_add_delete_free_lf() macro
553 (LCORE_CACHE_SIZE - 1) + 1; i++) { in test_add_delete_free_lf()