Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c160 unsigned int readwrite_concur_lf_support = 0; in rte_hash_create() local
217 readwrite_concur_lf_support = 1; in rte_hash_create()
323 if (readwrite_concur_lf_support) { in rte_hash_create()
437 h->readwrite_concur_lf_support = readwrite_concur_lf_support; in rte_hash_create()
858 if (h->readwrite_concur_lf_support) { in rte_hash_cuckoo_move_insert_mw()
890 if (h->readwrite_concur_lf_support) { in rte_hash_cuckoo_move_insert_mw()
1416 if (h->readwrite_concur_lf_support) in __rte_hash_lookup_with_hash()
1614 if (h->readwrite_concur_lf_support) { in __rte_hash_compact_ll()
1835 if (h->ext_table_support && h->readwrite_concur_lf_support) { in rte_hash_free_key_with_position()
2320 if (h->readwrite_concur_lf_support) in __rte_hash_lookup_bulk()
[all …]
H A Drte_cuckoo_hash.h195 uint8_t readwrite_concur_lf_support; member