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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ddabusb.h31 unsigned int overruns; member in struct:__anon12197
H A Ddabusb.c205 s->overruns++;
206 dev_err(&purb->dev->dev, "overrun (%d)\n", s->overruns);
726 ret = put_user (s->overruns, (unsigned int __user *) arg);
851 s->overruns = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer_benchmark.c220 unsigned long long overruns; local
289 overruns = ring_buffer_overruns(buffer);
315 trace_printk("Overruns: %lld\n", overruns);
322 trace_printk("Total: %lld\n", entries + overruns + read);
H A Dring_buffer.c2631 * ring_buffer_overrun_cpu - get the number of overruns in a cpu_buffer
2633 * @cpu: The per CPU buffer to get the number of overruns from
2651 * ring_buffer_commit_overrun_cpu - get the number of overruns caused by commits
2653 * @cpu: The per CPU buffer to get the number of overruns from
2696 * ring_buffer_overruns - get the number of overruns in buffer
2699 * Returns the total number of overruns in the ring buffer
2705 unsigned long overruns = 0; local
2711 overruns += local_read(&cpu_buffer->overrun);
2714 return overruns;
2905 * We want to make sure we read the overruns afte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdk.h394 unsigned long overruns; member in struct:asystats
H A Dcyclades.h90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcyclades.c527 info->idle_stats.overruns++;
545 info->idle_stats.overruns++;
4014 HZ, info->idle_stats.overruns,
H A Distallion.c4106 stli_comstats.rxoverrun = stli_cdkstats.overruns;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex510 \item \verb|overrun| --- the total number of receiver overruns resulting

Completed in 150 milliseconds