Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h175 uint8_t readwrite_concur_support; member
H A Drte_cuckoo_hash.c173 unsigned int readwrite_concur_support = 0; in rte_hash_create() local
240 readwrite_concur_support = 1; in rte_hash_create()
467 h->readwrite_concur_support = readwrite_concur_support; in rte_hash_create()
637 if (h->readwrite_concur_support && h->hw_trans_mem_support) in __hash_rw_writer_unlock()
639 else if (h->readwrite_concur_support)
659 if (h->readwrite_concur_support && h->hw_trans_mem_support) in rte_hash_reset()
661 else if (h->readwrite_concur_support) in rte_hash_reset()