Searched refs:test_hash_readwrite_functional (Results 1 – 1 of 1) sorted by relevance
| /f-stack/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 726 if (test_hash_readwrite_functional(1, 0, 0) < 0) in test_hash_rw_func_main() 730 if (test_hash_readwrite_functional(1, 1, 0) < 0) in test_hash_rw_func_main() 734 if (test_hash_readwrite_functional(1, 0, 1) < 0) in test_hash_rw_func_main() 738 if (test_hash_readwrite_functional(1, 1, 1) < 0) in test_hash_rw_func_main() 747 if (test_hash_readwrite_functional(0, 0, 0) < 0) in test_hash_rw_func_main() 751 if (test_hash_readwrite_functional(0, 1, 0) < 0) in test_hash_rw_func_main() 755 if (test_hash_readwrite_functional(0, 0, 1) < 0) in test_hash_rw_func_main() 759 if (test_hash_readwrite_functional(0, 1, 1) < 0) in test_hash_rw_func_main()
|