Home
last modified time | relevance | path

Searched refs:totalcnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py32 self.totalcnt = 0
251 self.totalcnt += 1
272 totalcnt = 0
277 totalcnt += 1
297 self.totalcnt += totalcnt
299 self.failtests['SingleMetricTest']['Total Tests'] += totalcnt
487 self.alltotalcnt[key] = self.totalcnt
499 self.totalcnt = 0
539 print("Total Test Count: ", self.totalcnt)
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c536 unsigned int *totalcnt, unsigned int *udc_cnt) in ebt_check_entry_size_and_hooks() argument
563 if (((struct ebt_entries *)e)->counter_offset != *totalcnt) in ebt_check_entry_size_and_hooks()
580 (*totalcnt)++; in ebt_check_entry_size_and_hooks()