Lines Matching refs:core_limit
57 static int core_limit; variable
500 for (i = 0; i < core_limit; i++) { in PrintStats()
524 total.completes, total_resp_time / core_limit, total.max_resp_time); in PrintStats()
538 core_limit = num_cores; in GlbInitWget()
546 core_limit = atoi(g_conf[2].value); in GlbInitWget()
571 if (total_flows < core_limit) { in GlbInitWget()
572 core_limit = total_flows; in GlbInitWget()
577 concurrency = total_concurrency / core_limit; in GlbInitWget()
585 TRACE_CONFIG("# of cores: %d\n", core_limit); in GlbInitWget()
593 flow_per_thread = total_flows / core_limit; in GlbInitWget()
594 flow_remainder_cnt = total_flows % core_limit; in GlbInitWget()
830 core_limit = sysconf(_SC_NPROCESSORS_ONLN); in main()
840 core_limit = g_mcfg.num_cores; in main()
844 for (i = 0; i < core_limit; i++) { in main()
856 for (i = 0; i < core_limit; i++) { in main()