Searched refs:test_hash_readwrite_functional (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_hash_readwrite.c | 199 test_hash_readwrite_functional(int use_htm, int use_rw_lf, int use_ext) in test_hash_readwrite_functional() function 724 if (test_hash_readwrite_functional(1, 0, 0) < 0) in test_hash_rw_func_main() 728 if (test_hash_readwrite_functional(1, 1, 0) < 0) in test_hash_rw_func_main() 732 if (test_hash_readwrite_functional(1, 0, 1) < 0) in test_hash_rw_func_main() 736 if (test_hash_readwrite_functional(1, 1, 1) < 0) in test_hash_rw_func_main() 745 if (test_hash_readwrite_functional(0, 0, 0) < 0) in test_hash_rw_func_main() 749 if (test_hash_readwrite_functional(0, 1, 0) < 0) in test_hash_rw_func_main() 753 if (test_hash_readwrite_functional(0, 0, 1) < 0) in test_hash_rw_func_main() 757 if (test_hash_readwrite_functional(0, 1, 1) < 0) in test_hash_rw_func_main()
|