Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py59 self.totalcnt = 0
286 self.totalcnt += 1
306 totalcnt = 0
310 totalcnt += 1
331 self.totalcnt += totalcnt
514 self.alltotalcnt[key] = self.totalcnt
525 self.totalcnt = 0
564 print("Total Test Count: ", self.totalcnt)
/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()