Lines Matching refs:core_cnt
26 unsigned int core_cnt[NUM_TEST] = {2, 4, 8}; variable
430 if (tot_worker_lcore < core_cnt[n] * 2) in test_hash_readwrite_perf()
440 tbl_rw_test_param.num_insert = TOTAL_INSERT / 2 / core_cnt[n]; in test_hash_readwrite_perf()
443 core_cnt[n]; in test_hash_readwrite_perf()
460 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
469 for (; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
511 start_coreid = core_cnt[n]; in test_hash_readwrite_perf()
514 for (i = core_cnt[n]; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
518 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
523 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
527 for (; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
674 printf("+++ core_cnt: %u +++\n", core_cnt[i]); in test_hash_rw_perf_main()