Home
last modified time | relevance | path

Searched refs:rte_hash_hash (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/hash/
H A Dversion.map19 rte_hash_hash;
H A Drte_hash.h535 rte_hash_hash(const struct rte_hash *h, const void *key);
H A Drte_cuckoo_hash.c531 rte_hash_hash(const struct rte_hash *h, const void *key) in rte_hash_hash() function
1208 return __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), 0); in rte_hash_add_key()
1232 ret = __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_add_key_data()
1430 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), NULL); in rte_hash_lookup()
1445 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_lookup_data()
1792 return __rte_hash_del_key_with_hash(h, key, rte_hash_hash(h, key)); in rte_hash_del_key()
1807 __rte_hash_lookup_with_hash(h, *key, rte_hash_hash(h, *key), in rte_hash_get_key_with_position()
2249 prim_hash[i] = rte_hash_hash(h, keys[i]); in __bulk_lookup_prefetching_loop()
2264 prim_hash[i] = rte_hash_hash(h, keys[i]); in __bulk_lookup_prefetching_loop()
/dpdk/app/test/
H A Dtest_hash.c317 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete()
523 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete_free_lf()
559 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete_free_lf()
H A Dtest_hash_readwrite_lf_perf.c403 sig = rte_hash_hash(tbl_rwc_test_param.h, in generate_keys()
496 sig = rte_hash_hash(tbl_rwc_test_param.h, in generate_keys()
H A Dtest_hash_perf.c215 signatures[i] = rte_hash_hash(h[table_index], keys[i]); in get_input_keys()