Lines Matching refs:rules_batch
67 static uint32_t rules_batch; variable
715 rules_batch = n; in args_parse()
725 if (n >= (int) rules_batch) in args_parse()
729 rules_batch); in args_parse()
843 if (rules_batch > rules_count) in destroy_flows()
844 rules_batch = rules_count; in destroy_flows()
859 if (i && !((i + 1) % rules_batch)) { in destroy_flows()
863 iter_id = ((i + 1) / rules_batch) - 1; in destroy_flows()
876 delta = (double)(rules_batch / in destroy_flows()
881 i, rules_batch, in destroy_flows()
919 if (rules_batch > rules_count) in flows_handler()
920 rules_batch = rules_count; in flows_handler()
976 if (i && !((i + 1) % rules_batch)) { in flows_handler()
980 iter_id = ((i + 1) / rules_batch) - 1; in flows_handler()
993 delta = (double)(rules_batch / in flows_handler()
998 i, rules_batch, in flows_handler()
1433 rules_batch = DEFAULT_RULES_BATCH; in main()