Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh254 local orig_cnt=${orig#*bytes}
261 if [ $orig_cnt -gt $max_orig ];then
262 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig" 1>&2
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1833 u16 orig_cnt, u16 cnt_cap, u64 *data) in kvm_hv_get_hc_data() argument
1840 u16 cnt = min(orig_cnt, cnt_cap); in kvm_hv_get_hc_data()
1848 if (orig_cnt > 2 * HV_HYPERCALL_MAX_XMM_REGISTERS - hc->consumed_xmm_halves) in kvm_hv_get_hc_data()