Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:overruns
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
ring_buffer_benchmark.c
235
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
D
ring_buffer.c
4004
* 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
D
ring_buffer_benchmark.c
235
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
D
ring_buffer.c
4200
* 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
D
vdpa_sim_net.c
46
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
D
cyclades.h
91
unsigned long
overruns
; /* Input
overruns
*/
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
cyclades.h
34
unsigned long
overruns
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
cyclades.h
34
unsigned long
overruns
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
cyclades.h
21
unsigned long
overruns
;
member
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
header.S
499
# pointer
overruns
the input pointer.
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
header.S
441
# pointer
overruns
the input pointer.
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
cyclades.c
516
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