Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h122 struct __rte_cache_aligned lcore_cache { struct
157 struct lcore_cache *local_free_slots;
H A Drte_cuckoo_hash.c178 struct lcore_cache *local_free_slots = NULL; in rte_hash_create()
430 sizeof(struct lcore_cache) * RTE_MAX_LCORE, in rte_hash_create()
729 struct lcore_cache *cached_free_slots,
1024 alloc_slot(const struct rte_hash *h, struct lcore_cache *cached_free_slots) in alloc_slot()
1068 struct lcore_cache *cached_free_slots = NULL; in __rte_hash_add_key_with_hash()
1504 struct lcore_cache *cached_free_slots = NULL; in free_slot()