Lines Matching refs:found
42 uint8_t *found; member
129 uint8_t *found = NULL; in init_params() local
177 found = rte_zmalloc(NULL, sizeof(uint8_t) * TOTAL_ENTRY, 0); in init_params()
178 if (found == NULL) { in init_params()
184 tbl_rw_test_param.found = found; in init_params()
245 tbl_rw_test_param.found[i]++; in test_hash_readwrite_functional()
250 if (tbl_rw_test_param.found[i] > 1) { in test_hash_readwrite_functional()
254 if (tbl_rw_test_param.found[i] == 0) { in test_hash_readwrite_functional()
280 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
287 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
542 memset(tbl_rw_test_param.found, 0, TOTAL_ENTRY); in test_hash_readwrite_perf()
547 tbl_rw_test_param.found[i]++; in test_hash_readwrite_perf()
552 if (tbl_rw_test_param.found[i] > 1) { in test_hash_readwrite_perf()
556 if (tbl_rw_test_param.found[i] == 0) { in test_hash_readwrite_perf()
596 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_perf()
602 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_perf()