Searched refs:rte_hash_hash (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | version.map | 19 rte_hash_hash;
|
| H A D | rte_hash.h | 535 rte_hash_hash(const struct rte_hash *h, const void *key);
|
| H A D | rte_cuckoo_hash.c | 531 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 D | test_hash.c | 317 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 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 | 215 signatures[i] = rte_hash_hash(h[table_index], keys[i]); in get_input_keys()
|