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()
242 tbl_rw_test_param.found[i]++; in test_hash_readwrite_functional()
247 if (tbl_rw_test_param.found[i] > 1) { in test_hash_readwrite_functional()
251 if (tbl_rw_test_param.found[i] == 0) { in test_hash_readwrite_functional()
277 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
284 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
536 memset(tbl_rw_test_param.found, 0, TOTAL_ENTRY); in test_hash_readwrite_perf()
541 tbl_rw_test_param.found[i]++; in test_hash_readwrite_perf()
546 if (tbl_rw_test_param.found[i] > 1) { in test_hash_readwrite_perf()
550 if (tbl_rw_test_param.found[i] == 0) { in test_hash_readwrite_perf()
590 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_perf()
596 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_perf()