Home
last modified time | relevance | path

Searched refs:overruns (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A 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()
H A Dring_buffer.c4004 * ring_buffer_overrun_cpu - get the number of overruns caused by the ring
4007 * @cpu: The per CPU buffer to get the number of overruns from
4025 * ring_buffer_commit_overrun_cpu - get the number of overruns caused by
4029 * @cpu: The per CPU buffer to get the number of overruns from
4051 * @cpu: The per CPU buffer to get the number of overruns from
4111 * ring_buffer_overruns - get the number of overruns in buffer
4114 * Returns the total number of overruns in the ring buffer
4120 unsigned long overruns = 0; in ring_buffer_overruns() local
4126 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns()
4129 return overruns; in ring_buffer_overruns()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A 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()
H A Dring_buffer.c4200 * ring_buffer_overrun_cpu - get the number of overruns caused by the ring
4203 * @cpu: The per CPU buffer to get the number of overruns from
4221 * ring_buffer_commit_overrun_cpu - get the number of overruns caused by
4225 * @cpu: The per CPU buffer to get the number of overruns from
4247 * @cpu: The per CPU buffer to get the number of overruns from
4307 * ring_buffer_overruns - get the number of overruns in buffer
4310 * Returns the total number of overruns in the ring buffer
4316 unsigned long overruns = 0; in ring_buffer_overruns() local
4322 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns()
4325 return overruns; in ring_buffer_overruns()
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c46 u64 overruns; member
281 net->rx_stats.overruns += rx_overruns; in vdpasim_net_work()
303 rx_overruns = net->rx_stats.overruns; in vdpasim_net_get_stats()
326 "rx overruns")) in vdpasim_net_get_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcyclades.h91 unsigned long overruns; /* Input overruns */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcyclades.h34 unsigned long overruns; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcyclades.h34 unsigned long overruns; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcyclades.h21 unsigned long overruns; member
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S499 # pointer overruns the input pointer.
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S441 # pointer overruns the input pointer.
/kernel/linux/linux-5.10/drivers/tty/
H A 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()

Completed in 23 milliseconds