Searched refs:rules_batch_idx (Results 1 – 1 of 1) sorted by relevance
1179 int rules_count_per_core, rules_batch_idx; in meters_handler() local1203 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in meters_handler()1204 cpu_time_per_batch[rules_batch_idx] = in meters_handler()1207 cpu_time_used += cpu_time_per_batch[rules_batch_idx]; in meters_handler()1303 int rules_batch_idx; in destroy_flows() local1331 rules_batch_idx = ((i + 1) / rules_batch) - 1; in destroy_flows()1332 cpu_time_per_batch[rules_batch_idx] = delta / rte_get_timer_hz(); in destroy_flows()1333 cpu_time_used += cpu_time_per_batch[rules_batch_idx]; in destroy_flows()1367 int rules_batch_idx; in insert_flows() local1448 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in insert_flows()[all …]