Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.h189 uint8_t no_free_on_del; member
H A Drte_cuckoo_hash.c156 unsigned int no_free_on_del = 0; in rte_hash_create() local
214 no_free_on_del = 1; in rte_hash_create()
222 no_free_on_del = 1; in rte_hash_create()
436 h->no_free_on_del = no_free_on_del; in rte_hash_create()
1660 if (!h->no_free_on_del) in search_and_remove()
1744 if (h->no_free_on_del) { in __rte_hash_del_key_with_hash()