Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c171 unsigned int hw_trans_mem_support = 0, use_local_cache = 0; in rte_hash_create() local
235 use_local_cache = 1; in rte_hash_create()
260 if (use_local_cache) in rte_hash_create()
428 if (use_local_cache) { in rte_hash_create()
465 h->use_local_cache = use_local_cache; in rte_hash_create()
558 if (h->use_local_cache) in rte_hash_free()
585 if (h->use_local_cache) in rte_hash_count()
605 if (h->use_local_cache) {
698 if (h->use_local_cache) in rte_hash_reset()
[all...]
H A Drte_cuckoo_hash.h171 uint8_t use_local_cache; member