Lines Matching refs:rules_batch
84 static uint32_t rules_batch; variable
837 rules_batch = atoi(optarg); in args_parse()
959 if (rules_count % rules_batch != 0) { in args_parse()
963 if (rules_count / rules_batch > MAX_BATCHES_COUNT) { in args_parse()
1046 delta = (double)(rules_batch / cpu_time_per_batch[idx]); in print_rules_batches()
1050 idx, rules_batch, in print_rules_batches()
1202 if (!((counter + 1) % rules_batch)) { in meters_handler()
1203 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in meters_handler()
1328 if (!((i + 1) % rules_batch)) { in destroy_flows()
1331 rules_batch_idx = ((i + 1) / rules_batch) - 1; in destroy_flows()
1445 if (!((counter + 1) % rules_batch)) { in insert_flows()
1448 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in insert_flows()
1483 if (rules_batch > rules_count) in flows_handler()
1484 rules_batch = rules_count; in flows_handler()
2120 rules_batch = DEFAULT_RULES_BATCH; in main()