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.c172 unsigned int ext_table_support = 0; in rte_hash_create() local
245 ext_table_support = 1; in rte_hash_create()
284 if (ext_table_support) { in rte_hash_create()
340 if (ext_table_support) { in rte_hash_create()
468 h->ext_table_support = ext_table_support; in rte_hash_create()
691 if (h->ext_table_support) { in rte_hash_reset()
708 if (h->ext_table_support) {
1162 if (!h->ext_table_support) { in __rte_hash_add_key_with_hash()
1546 if (h->ext_table_support
[all...]
H A Drte_cuckoo_hash.h177 uint8_t ext_table_support; /**< Enable extendable bucket table */ member