Lines Matching refs:key_array
288 const void *key_array[NUM_SAMPLES]; in test_member_lookup() local
308 key_array[i] = &keys[i]; in test_member_lookup()
310 ret_ht = rte_member_lookup_bulk(setsum_ht, key_array, in test_member_lookup()
313 ret_cache = rte_member_lookup_bulk(setsum_cache, key_array, in test_member_lookup()
316 ret_vbf = rte_member_lookup_bulk(setsum_vbf, key_array, in test_member_lookup()
336 const void *key_array[NUM_SAMPLES]; in test_member_delete() local
358 key_array[i] = &keys[i]; in test_member_delete()
360 ret_ht = rte_member_lookup_bulk(setsum_ht, key_array, in test_member_delete()
363 ret_cache = rte_member_lookup_bulk(setsum_cache, key_array, in test_member_delete()
366 ret_vbf = rte_member_lookup_bulk(setsum_vbf, key_array, in test_member_delete()
435 const void *key_array[NUM_SAMPLES]; in test_member_multimatch() local
481 key_array[i] = &keys[i]; in test_member_multimatch()
483 &key_array[0], num_key_ht, MAX_MATCH, match_count_vbf, in test_member_multimatch()
487 &key_array[0], num_key_vbf, MAX_MATCH, match_count_ht, in test_member_multimatch()
491 &key_array[0], num_key_cache, MAX_MATCH, in test_member_multimatch()