Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c421 h->key_store = k; in rte_hash_create()
521 rte_free(h->key_store); in rte_hash_free()
1485 keys = h->key_store; in __hash_rcu_qsbr_free_resource()
1929 (const char *)h->key_store + in __bulk_lookup_l()
1943 (const char *)h->key_store + in __bulk_lookup_l()
1960 (const char *)h->key_store + in __bulk_lookup_l()
1988 (const char *)h->key_store + in __bulk_lookup_l()
2086 (const char *)h->key_store + in __bulk_lookup_lf()
2100 (const char *)h->key_store + in __bulk_lookup_lf()
2118 (const char *)h->key_store + in __bulk_lookup_lf()
[all …]
H A Drte_cuckoo_hash.h217 void *key_store; /**< Table storing all keys and data */ member