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
517 self.alltotalcnt[key] = self.totalcnt
528 self.totalcnt = 0
567 print("Total Test Count: ", self.totalcnt)
/linux/net/bridge/netfilter/
H A Debtables.c542 unsigned int *totalcnt, unsigned int *udc_cnt) in ebt_check_entry_size_and_hooks() argument
569 if (((struct ebt_entries *)e)->counter_offset != *totalcnt) in ebt_check_entry_size_and_hooks()
586 (*totalcnt)++; in ebt_check_entry_size_and_hooks()