Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh238 local orig_cnt=${orig#*bytes}
248 if [ "$orig_cnt" -gt "$max_orig" ];then
249 …echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $rep…
255 …: $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()
/linux/arch/x86/kvm/
H A Dhyperv.c1884 u16 orig_cnt, u16 cnt_cap, u64 *data) in kvm_hv_get_hc_data() argument
1891 u16 cnt = min(orig_cnt, cnt_cap); in kvm_hv_get_hc_data()
1899 if (orig_cnt > 2 * HV_HYPERCALL_MAX_XMM_REGISTERS - hc->consumed_xmm_halves) in kvm_hv_get_hc_data()