Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c155 struct lcore_cache *local_free_slots = NULL; in rte_hash_create() local
391 local_free_slots = rte_zmalloc_socket(NULL, in rte_hash_create()
394 if (local_free_slots == NULL) { in rte_hash_create()
428 h->local_free_slots = local_free_slots; in rte_hash_create()
474 rte_free(local_free_slots); in rte_hash_create()
516 rte_free(h->local_free_slots); in rte_hash_free()
565 cached_cnt += h->local_free_slots[i].len; in rte_hash_count()
665 h->local_free_slots[i].len = 0; in rte_hash_reset()
1050 cached_free_slots = &h->local_free_slots[lcore_id]; in __rte_hash_add_key_with_hash()
1457 cached_free_slots = &h->local_free_slots[lcore_id]; in free_slot()
H A Drte_cuckoo_hash.h174 struct lcore_cache *local_free_slots; member