Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c149 unsigned int ext_table_support = 0; in rte_hash_create() local
207 ext_table_support = 1; in rte_hash_create()
246 if (ext_table_support) { in rte_hash_create()
302 if (ext_table_support) { in rte_hash_create()
430 h->ext_table_support = ext_table_support; in rte_hash_create()
639 if (h->ext_table_support) { in rte_hash_reset()
656 if (h->ext_table_support) { in rte_hash_reset()
1110 if (!h->ext_table_support) { in __rte_hash_add_key_with_hash()
1831 if (h->ext_table_support && h->readwrite_concur_lf_support) { in rte_hash_free_key_with_position()
2183 if (h->ext_table_support) { in __bulk_lookup_lf()
[all …]
H A Drte_cuckoo_hash.h194 uint8_t ext_table_support; /**< Enable extendable bucket table */ member