Lines Matching refs:key_array
299 const void *key_array[NUM_SAMPLES]; in test_member_lookup() local
319 key_array[i] = &keys[i]; in test_member_lookup()
321 ret_ht = rte_member_lookup_bulk(setsum_ht, key_array, in test_member_lookup()
324 ret_cache = rte_member_lookup_bulk(setsum_cache, key_array, in test_member_lookup()
327 ret_vbf = rte_member_lookup_bulk(setsum_vbf, key_array, in test_member_lookup()
347 const void *key_array[NUM_SAMPLES]; in test_member_delete() local
369 key_array[i] = &keys[i]; in test_member_delete()
371 ret_ht = rte_member_lookup_bulk(setsum_ht, key_array, in test_member_delete()
374 ret_cache = rte_member_lookup_bulk(setsum_cache, key_array, in test_member_delete()
377 ret_vbf = rte_member_lookup_bulk(setsum_vbf, key_array, in test_member_delete()
446 const void *key_array[NUM_SAMPLES]; in test_member_multimatch() local
492 key_array[i] = &keys[i]; in test_member_multimatch()
494 &key_array[0], num_key_ht, MAX_MATCH, match_count_vbf, in test_member_multimatch()
498 &key_array[0], num_key_vbf, MAX_MATCH, match_count_ht, in test_member_multimatch()
502 &key_array[0], num_key_cache, MAX_MATCH, in test_member_multimatch()