Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c156 unsigned int readwrite_concur_lf_support = 0; in rte_hash_create() local
213 readwrite_concur_lf_support = 1; in rte_hash_create()
319 if (readwrite_concur_lf_support) { in rte_hash_create()
433 h->readwrite_concur_lf_support = readwrite_concur_lf_support; in rte_hash_create()
854 if (h->readwrite_concur_lf_support) { in rte_hash_cuckoo_move_insert_mw()
886 if (h->readwrite_concur_lf_support) { in rte_hash_cuckoo_move_insert_mw()
1412 if (h->readwrite_concur_lf_support) in __rte_hash_lookup_with_hash()
1610 if (h->readwrite_concur_lf_support) { in __rte_hash_compact_ll()
1831 if (h->ext_table_support && h->readwrite_concur_lf_support) { in rte_hash_free_key_with_position()
2316 if (h->readwrite_concur_lf_support) in __rte_hash_lookup_bulk()
[all …]
H A Drte_cuckoo_hash.h201 uint8_t readwrite_concur_lf_support; member