Home
last modified time | relevance | path

Searched refs:overruns (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
Dring_buffer_benchmark.c235 unsigned long long overruns; in ring_buffer_producer() local
300 overruns = ring_buffer_overruns(buffer); in ring_buffer_producer()
326 trace_printk("Overruns: %lld\n", overruns); in ring_buffer_producer()
333 trace_printk("Total: %lld\n", entries + overruns + read); in ring_buffer_producer()
Dring_buffer.c4022 unsigned long overruns = 0; in ring_buffer_overruns() local
4028 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns()
4031 return overruns; in ring_buffer_overruns()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/
Dcops.rst55 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
56 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcyclades.h34 unsigned long overruns; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcyclades.h21 unsigned long overruns; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dcyclades.h91 unsigned long overruns; /* Input overruns */ member
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darm-realview-eb.dtsi321 /* Due to frequent FIFO overruns, use just 500 kHz */
Darm-realview-pbx.dtsi519 /* Due to frequent FIFO overruns, use just 500 kHz */
Darm-realview-pb1176.dts497 /* Due to frequent FIFO overruns, use just 500 kHz */
Darm-realview-pb11mp.dts468 /* Due to frequent FIFO overruns, use just 500 kHz */
/kernel/linux/linux-5.10/arch/x86/boot/
Dheader.S499 # pointer overruns the input pointer.
/kernel/linux/linux-5.10/Documentation/spi/
Dpxa2xx.rst106 fifo overruns (especially in PIO mode transfers). Good default values are::
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/hamradio/
Dz8530drv.rst413 RxOver number of receiver overruns
644 port. If it shows under- and overruns you own such a system.
/kernel/linux/linux-5.10/drivers/tty/
Dcyclades.c516 info->idle_stats.overruns++; in cyy_chip_rx()
534 info->idle_stats.overruns++; in cyy_chip_rx()
3960 HZ, info->idle_stats.overruns, in cyclades_proc_show()
/kernel/linux/linux-5.10/Documentation/networking/
Dbonding.rst1805 RX packets:7224794 errors:0 dropped:0 overruns:0 frame:0
1806 TX packets:3286647 errors:1 dropped:0 overruns:1 carrier:0
1811 RX packets:3573025 errors:0 dropped:0 overruns:0 frame:0
1812 TX packets:1643167 errors:1 dropped:0 overruns:1 carrier:0
1818 RX packets:3651769 errors:0 dropped:0 overruns:0 frame:0
1819 TX packets:1643480 errors:0 dropped:0 overruns:0 carrier:0
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic79xx.seq2119 * None-the-less, we must still catch and report overruns to
2142 * Status PKT overruns are uncerimoniously recovered with a
Daic79xx.reg4230 * avoid the persistent sync offset overruns.
Daic7xxx.seq885 /* Guard against overruns */
/kernel/linux/linux-5.10/Documentation/kernel-hacking/
Dhacking.rst258 overruns. Make sure that will be enough.
/kernel/linux/linux-5.10/Documentation/m68k/
Dkernel-options.rst563 overruns. Lower values give a slightly faster mouse responses and
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-deadline.rst121 to get informed about runtime overruns through the delivery of SIGXCPU
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_mid_low_api.rst1202 underruns (overruns should be rare). If possible an LLD
/kernel/linux/linux-5.10/Documentation/sparc/oradax/
Ddax-hv-api.txt384 to protect against buffer overruns.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch894 * ignore overruns too (for real raw support).