Searched refs:use_local_cache (Results 1 – 2 of 2) sorted by relevance
197 use_local_cache = 1; in rte_hash_create()222 if (use_local_cache) in rte_hash_create()390 if (use_local_cache) { in rte_hash_create()427 h->use_local_cache = use_local_cache; in rte_hash_create()515 if (h->use_local_cache) in rte_hash_free()541 if (h->use_local_cache) in rte_hash_max_key_id()561 if (h->use_local_cache) { in rte_hash_count()646 if (h->use_local_cache) in rte_hash_reset()662 if (h->use_local_cache) { in rte_hash_reset()680 if (h->use_local_cache) { in enqueue_slot_back()[all …]
188 uint8_t use_local_cache; member