Searched refs:total_flows (Results 1 – 3 of 3) sorted by relevance
68 static int total_flows; variable540 total_flows = -1; in GlbInitWget()545 total_flows = atoi(g_conf[1].value); in GlbInitWget()553 || (total_flows <= 0)) { in GlbInitWget()571 if (total_flows < core_limit) { in GlbInitWget()572 core_limit = total_flows; in GlbInitWget()584 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget()593 flow_per_thread = total_flows / core_limit; in GlbInitWget()594 flow_remainder_cnt = total_flows % core_limit; in GlbInitWget()
67 static int total_flows; variable538 total_flows = -1; in GlbInitWget()543 total_flows = atoi(g_conf[1].value); in GlbInitWget()551 || (total_flows <= 0)) { in GlbInitWget()569 if (total_flows < core_limit) { in GlbInitWget()570 core_limit = total_flows; in GlbInitWget()582 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget()591 flow_per_thread = total_flows / core_limit; in GlbInitWget()592 flow_remainder_cnt = total_flows % core_limit; in GlbInitWget()
3 total_flows = 100000000