Searched refs:spurious (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/arm/mach-spear/
H A Dhotplug.c54 static inline void spear13xx_do_lowpower(unsigned int cpu, int *spurious) argument
73 (*spurious)++;
84 int spurious = 0; local
90 spear13xx_do_lowpower(cpu, &spurious);
98 if (spurious)
99 pr_warn("CPU%u: %u spurious wakeup calls\n", cpu, spurious);
/linux-master/arch/arm/mach-versatile/
H A Dhotplug.c57 static inline void versatile_immitation_do_lowpower(unsigned int cpu, int *spurious) argument
83 (*spurious)++;
94 int spurious = 0; local
97 versatile_immitation_do_lowpower(cpu, &spurious);
100 if (spurious)
101 pr_warn("CPU%u: %u spurious wakeup calls\n", cpu, spurious);
/linux-master/arch/arm/mach-exynos/
H A Dplatsmp.c49 static inline void platform_do_lowpower(unsigned int cpu, int *spurious) argument
75 (*spurious)++;
424 int spurious = 0; local
430 platform_do_lowpower(cpu, &spurious);
438 if (spurious)
439 pr_warn("CPU%u: %u spurious wakeup calls\n", cpu, spurious);
/linux-master/tools/virtio/ringtest/
H A Dmain.c112 int spurious = 0; local
147 ++spurious;
169 int spurious = 0; local
192 ++spurious;
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dpmae_handling_test.c37 ebb_state.stats.spurious++;
H A Dpmc56_overflow_test.c25 ebb_state.stats.spurious++;
H A Dback_to_back_ebbs_test.c33 ebb_state.stats.spurious++;
H A Debb.h23 int spurious; member in struct:ebb_state::__anon1137
H A Dcycles_with_freeze_test.c32 ebb_state.stats.spurious++;
H A Dinstruction_count_test.c96 ebb_state.stats.spurious++;
H A Debb.c106 ebb_state.stats.spurious++;
168 " spurious = %d\n" \
177 ebb_state.stats.ebb_count, ebb_state.stats.spurious,
/linux-master/kernel/irq/
H A DMakefile3 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
/linux-master/tools/virtio/
H A Dvhost_net_test.c278 long long spurious = 0; local
323 ++spurious;
338 printf("TX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n",
339 spurious, vq->started, vq->completed);
345 long long spurious = 0; local
398 ++spurious;
406 printf("RX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n",
407 spurious, vq->started, vq->completed);
H A Dvirtio_test.c177 long long spurious = 0; local
257 ++spurious;
274 "spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n",
275 spurious, started, completed);
/linux-master/arch/mips/dec/
H A Dint-handler.S140 beqz t0,spurious
201 beqz t0,spurious
294 spurious: label
/linux-master/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c684 goto spurious;
687 goto spurious;
692 goto spurious;
695 goto spurious;
704 spurious:
942 goto spurious;
948 spurious:
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S100 beq exit @ none - spurious FIQ? exit
111 orr r8, r11, r8, lsl r10 @ mask spurious interrupt
126 beq exit @ no - spurious interrupt? exit
/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c2004 goto spurious;
2011 goto spurious;
2016 goto spurious;
2021 spurious:
2041 goto spurious;
2048 spurious:
/linux-master/drivers/ata/
H A Dsata_inic162x.c175 CPB_RESP_SPURIOUS = (1 << 4), /* ATA spurious interrupt error */
363 __ata_ehi_push_desc(ehi, " spurious-intr");
398 goto spurious;
414 spurious:
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c531 int spurious = 1; local
551 spurious = 0;
561 spurious = 0;
564 if (spurious) {
/linux-master/drivers/xen/events/
H A Devents_base.c597 static void xen_irq_lateeoi_locked(struct irq_info *info, bool spurious) argument
607 if (spurious) {
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2023 other. That will cause spurious failures (or, unlikely,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c481 uint spurious; /* Count of spurious interrupts */ member in struct:brcmf_sdio

Completed in 283 milliseconds