Searched refs:rte_hash_hash (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 18 rte_hash_hash;
|
| H A D | rte_hash.h | 541 rte_hash_hash(const struct rte_hash *h, const void *key);
|
| H A D | rte_cuckoo_hash.c | 535 rte_hash_hash(const struct rte_hash *h, const void *key) in rte_hash_hash() function 1212 return __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), 0); in rte_hash_add_key() 1236 ret = __rte_hash_add_key_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_add_key_data() 1434 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), NULL); in rte_hash_lookup() 1449 return __rte_hash_lookup_with_hash(h, key, rte_hash_hash(h, key), data); in rte_hash_lookup_data() 1796 return __rte_hash_del_key_with_hash(h, key, rte_hash_hash(h, key)); in rte_hash_del_key() 1811 __rte_hash_lookup_with_hash(h, *key, rte_hash_hash(h, *key), in rte_hash_get_key_with_position() 2253 prim_hash[i] = rte_hash_hash(h, keys[i]); in __bulk_lookup_prefetching_loop() 2268 prim_hash[i] = rte_hash_hash(h, keys[i]); in __bulk_lookup_prefetching_loop()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash.c | 313 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete() 519 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete_free_lf() 555 hash_value = rte_hash_hash(handle, &keys[0]); in test_add_delete_free_lf()
|
| H A D | test_hash_readwrite_lf_perf.c | 403 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 D | test_hash_perf.c | 220 signatures[i] = rte_hash_hash(h[table_index], keys[i]); in get_input_keys()
|