Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/shell/lib/
Dperf_metric_validation.py57 self.totalcnt = 0
284 self.totalcnt += 1
304 totalcnt = 0
308 totalcnt += 1
329 self.totalcnt += totalcnt
510 self.alltotalcnt[key] = self.totalcnt
521 self.totalcnt = 0
560 print("Total Test Count: ", self.totalcnt)
/linux-6.12.1/net/bridge/netfilter/
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()