Searched refs:use_jhash (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_readwrite_lf_perf.c | 160 if (use_jhash) in init_params() 708 int use_jhash = 0; in test_hash_add_no_ks_lookup_hit() local 712 if (init_params(rwc_lf, use_jhash, htm, ext_bkt) != 0) in test_hash_add_no_ks_lookup_hit() 774 int use_jhash = 0; in test_hash_add_no_ks_lookup_miss() local 779 if (init_params(rwc_lf, use_jhash, htm, ext_bkt) != 0) in test_hash_add_no_ks_lookup_miss() 843 int use_jhash = 0; in test_hash_add_ks_lookup_hit_non_sp() local 916 int use_jhash = 0; in test_hash_add_ks_lookup_hit_sp() local 990 int use_jhash = 0; in test_hash_add_ks_lookup_miss() local 1062 int use_jhash = 0; in test_hash_multi_add_lookup() local 1163 int use_jhash = 0; in test_hash_add_ks_lookup_hit_extbkt() local [all …]
|
| H A D | test_hash_readwrite.c | 124 init_params(int use_ext, int use_htm, int rw_lf, int use_jhash) in init_params() argument 138 if (use_jhash) in init_params() 208 int use_jhash = 1; in test_hash_readwrite_functional() local 218 if (init_params(use_ext, use_htm, use_rw_lf, use_jhash) != 0) in test_hash_readwrite_functional() 367 int use_jhash = 0; in test_hash_readwrite_perf() local 384 if (init_params(0, use_htm, 0, use_jhash) != 0) in test_hash_readwrite_perf()
|