Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c201 use_local_cache = 1; in rte_hash_create()
226 if (use_local_cache) in rte_hash_create()
394 if (use_local_cache) { in rte_hash_create()
431 h->use_local_cache = use_local_cache; in rte_hash_create()
519 if (h->use_local_cache) in rte_hash_free()
545 if (h->use_local_cache) in rte_hash_max_key_id()
565 if (h->use_local_cache) { in rte_hash_count()
650 if (h->use_local_cache) in rte_hash_reset()
666 if (h->use_local_cache) { in rte_hash_reset()
684 if (h->use_local_cache) { in enqueue_slot_back()
[all …]
H A Drte_cuckoo_hash.h182 uint8_t use_local_cache; member