Home
last modified time | relevance | path

Searched refs:orig_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-multi-filter.tc67 orig_cnt=$1
71 if [ $cnt -gt $orig_cnt ]; then
77 orig_cnt=$1
82 if [ $cnt -gt $orig_cnt ]; then
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh248 local orig_cnt=${orig#*bytes}
258 if [ "$orig_cnt" -gt "$max_orig" ];then
259 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $repl_cnt" 1>&2
265 echo "FAIL: $what: reply counter $repl_cnt exceeds expected value $max_repl, original counter $orig_cnt" 1>&2
/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c471 u64 orig_cnt, cnt; in hisi_pcie_pmu_set_period() local
473 orig_cnt = hisi_pcie_pmu_read_counter(event); in hisi_pcie_pmu_set_period()
487 if (orig_cnt == cnt) in hisi_pcie_pmu_set_period()