Searched refs:use_local_cache (Results 1 – 2 of 2) sorted by relevance
201 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 …]
182 uint8_t use_local_cache; member