/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | timer_mim.c | 9 __u64 cnt1, cnt2; in timer_mim() local 26 cnt2 = READ_ONCE(timer_skel->bss->cnt); in timer_mim() 27 if (cnt2 != cnt1) in timer_mim() 31 ASSERT_GT(cnt2, cnt1, "cnt"); in timer_mim() 45 cnt2 = READ_ONCE(timer_skel->bss->cnt); in timer_mim() 46 if (cnt2 == cnt1) in timer_mim() 49 ASSERT_EQ(cnt2, cnt1, "cnt"); in timer_mim()
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9_tco.c | 118 ret = tr->tco.cnt2; in tco_ioport_readw() 184 tr->tco.cnt2 = val; in tco_ioport_writew() 237 .cnt2 = TCO2_CNT_DEFAULT, in acpi_pm_tco_init() 264 VMSTATE_UINT16(tco.cnt2, TCOIORegs),
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | baycom_epp.c | 558 int cnt2, ret = 0; in receive() local 566 cnt2 = (cnt > sizeof(tmp)) ? sizeof(tmp) : cnt; in receive() 567 cnt -= cnt2; in receive() 568 if (cnt2 != pp->ops->epp_read_data(pp, tmp, cnt2, 0)) { in receive() 573 for (; cnt2 > 0; cnt2--, cp++) { in receive() 639 int cnt, cnt2; in epp_bh() local 668 cnt2 = tmp[0] | (tmp[1] << 8); in epp_bh() 669 cnt2 = 16384 - (cnt2 & 0x7fff); in epp_bh() 674 if (transmit(bc, cnt2, stat)) in epp_bh()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func_traceonoff_triggers.tc | 82 cnt2=`cnt_trace` 84 if [ $cnt -ne $cnt2 ]; then
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-dwc.c | 49 u32 cnt2; member 277 dwc->ctx[i].cnt2 = dwc_pwm_readl(dwc, DWC_TIM_LD_CNT2(i)); in dwc_pwm_suspend() 292 dwc_pwm_writel(dwc, dwc->ctx[i].cnt2, DWC_TIM_LD_CNT2(i)); in dwc_pwm_resume()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 63 uint16_t cnt2; member
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 1863 local cnt2 1869 cnt2=$(ss -N $ns2 -tOni | grep -c token) 1870 if [ "$cnt1" != "$subflow_nr" ] || [ "$cnt2" != "$subflow_nr" ]; then 1871 fail_test "got $cnt1:$cnt2 subflows expected $subflow_nr" 1891 local cnt2 1897 cnt2=$(ss -N $ns2 -inmHM | mptcp_lib_get_info_value "$info2" "$info2") 1900 [ -z "$cnt2" ] && cnt2=0 1902 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then 1903 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2" 1920 local cnt2 [all …]
|
/openbmc/linux/drivers/perf/amlogic/ |
H A D | meson_ddr_pmu_core.c | 73 u64 cnt1, cnt2; in ddr_cnt_addition() local 79 cnt2 = add2->channel_cnt[i]; in ddr_cnt_addition() 81 sum->channel_cnt[i] = cnt1 + cnt2; in ddr_cnt_addition()
|
/openbmc/linux/net/sctp/ |
H A D | bind_addr.c | 335 struct sctp_sock *sp2, int cnt2) in sctp_bind_addrs_check() argument 359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 690 int i, x, cnt, cnt2; in wavefront_get_patch_status() local 718 for (i = 0, cnt = 0, cnt2 = 0; i < WF_MAX_PATCH; i++) { in wavefront_get_patch_status() 723 cnt2++; in wavefront_get_patch_status() 727 snd_printk ("%d patch slots filled, %d in use\n", cnt, cnt2); in wavefront_get_patch_status()
|
/openbmc/u-boot/drivers/net/ |
H A D | ne2000_base.c | 552 __maybe_unused u8 cnt1, cnt2, cnt3; in dp83902a_ClearCounters() local 555 DP_IN(base, DP_CER, cnt2); in dp83902a_ClearCounters()
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | immap_5301x.h | 112 u8 cnt2; /* 0x0E Channel 2 Counter */ member
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 2349 unsigned int idx,cnt1,cnt2,m; in pvr2_hdw_create() local 2578 cnt2 = scnprintf(hdw->name+cnt1,sizeof(hdw->name)-cnt1,"pvrusb2"); in pvr2_hdw_create() 2579 cnt1 += cnt2; in pvr2_hdw_create() 2581 cnt2 = scnprintf(hdw->name+cnt1,sizeof(hdw->name)-cnt1,"_%c", in pvr2_hdw_create() 2583 cnt1 += cnt2; in pvr2_hdw_create()
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 1204 struct sctp_sock *sp2, int cnt2);
|