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.h192 uint8_t readwrite_concur_support; member
H A Drte_cuckoo_hash.c150 unsigned int readwrite_concur_support = 0; in rte_hash_create() local
202 readwrite_concur_support = 1; in rte_hash_create()
429 h->readwrite_concur_support = readwrite_concur_support; in rte_hash_create()
589 if (h->readwrite_concur_support && h->hw_trans_mem_support) in __hash_rw_reader_lock()
591 else if (h->readwrite_concur_support) in __hash_rw_reader_lock()
607 if (h->readwrite_concur_support && h->hw_trans_mem_support) in __hash_rw_reader_unlock()
609 else if (h->readwrite_concur_support) in __hash_rw_reader_unlock()