Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.h186 uint8_t readwrite_concur_support; member
H A Drte_cuckoo_hash.c154 unsigned int readwrite_concur_support = 0; in rte_hash_create() local
206 readwrite_concur_support = 1; in rte_hash_create()
433 h->readwrite_concur_support = readwrite_concur_support; in rte_hash_create()
593 if (h->readwrite_concur_support && h->hw_trans_mem_support) in __hash_rw_reader_lock()
595 else if (h->readwrite_concur_support) in __hash_rw_reader_lock()
611 if (h->readwrite_concur_support && h->hw_trans_mem_support) in __hash_rw_reader_unlock()
613 else if (h->readwrite_concur_support) in __hash_rw_reader_unlock()