Lines Matching refs:core_cnt
26 unsigned int core_cnt[NUM_TEST] = {2, 4, 8}; variable
436 if (tot_worker_lcore < core_cnt[n] * 2) in test_hash_readwrite_perf()
446 tbl_rw_test_param.num_insert = TOTAL_INSERT / 2 / core_cnt[n]; in test_hash_readwrite_perf()
449 core_cnt[n]; in test_hash_readwrite_perf()
466 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
475 for (; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
517 start_coreid = core_cnt[n]; in test_hash_readwrite_perf()
520 for (i = core_cnt[n]; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
524 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
529 for (i = 0; i < core_cnt[n]; i++) in test_hash_readwrite_perf()
533 for (; i < core_cnt[n] * 2; i++) in test_hash_readwrite_perf()
676 printf("+++ core_cnt: %u +++\n", core_cnt[i]); in test_hash_rw_perf_main()