Searched refs:local_free_slots (Results 1 – 2 of 2) sorted by relevance
168 struct lcore_cache *local_free_slots; member
159 struct lcore_cache *local_free_slots = NULL; in rte_hash_create() local395 local_free_slots = rte_zmalloc_socket(NULL, in rte_hash_create()398 if (local_free_slots == NULL) { in rte_hash_create()432 h->local_free_slots = local_free_slots; in rte_hash_create()478 rte_free(local_free_slots); in rte_hash_create()520 rte_free(h->local_free_slots); in rte_hash_free()569 cached_cnt += h->local_free_slots[i].len; in rte_hash_count()669 h->local_free_slots[i].len = 0; in rte_hash_reset()1054 cached_free_slots = &h->local_free_slots[lcore_id]; in __rte_hash_add_key_with_hash()1461 cached_free_slots = &h->local_free_slots[lcore_id]; in free_slot()