Searched refs:print_key_info (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_hash.c | 287 print_key_info("Add", &keys[0], pos0); in test_add_delete() 292 print_key_info("Lkp", &keys[0], pos0); in test_add_delete() 297 print_key_info("Del", &keys[0], pos0); in test_add_delete() 302 print_key_info("Lkp", &keys[0], pos0); in test_add_delete() 319 print_key_info("Add", &keys[0], pos1); in test_add_delete() 324 print_key_info("Lkp", &keys[0], pos1); in test_add_delete() 329 print_key_info("Del", &keys[0], pos1); in test_add_delete() 335 print_key_info("Lkp", &keys[0], pos1); in test_add_delete() 613 print_key_info("Add", &keys[0], pos); in test_hash_get_key_with_position() 621 print_key_info("Del", &keys[0], pos); in test_hash_get_key_with_position() [all …]
|
| H A D | test_efd.c | 140 print_key_info("Add", &keys[0], data[0]); in test_add_delete() 152 print_key_info("Del", &keys[0], data[0]); in test_add_delete() 182 print_key_info("Add", &keys[1], data[1]); in test_add_update_delete() 186 print_key_info("Lkp", &keys[1], data[1]); in test_add_update_delete() 191 print_key_info("Add", &keys[1], data[1]); in test_add_update_delete() 195 print_key_info("Lkp", &keys[1], data[1]); in test_add_update_delete() 202 print_key_info("Del", &keys[1], data[1]); in test_add_update_delete() 274 print_key_info("Add", &keys[i], data[i]); in test_five_keys() 288 print_key_info("Lkp", &keys[i], data[i]); in test_five_keys() 300 print_key_info("Add", &keys[i], data[i]); in test_five_keys() [all …]
|