Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.h168 struct lcore_cache *local_free_slots; member
H A Drte_cuckoo_hash.c159 struct lcore_cache *local_free_slots = NULL; in rte_hash_create() local
395 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()