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:dstats
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
vrf.c
134
struct pcpu_dstats *
dstats
= this_cpu_ptr(dev->
dstats
);
in vrf_rx_stats()
local
136
u64_stats_update_begin(&
dstats
->syncp);
in vrf_rx_stats()
137
dstats
->rx_pkts++;
in vrf_rx_stats()
138
dstats
->rx_bytes += len;
in vrf_rx_stats()
139
u64_stats_update_end(&
dstats
->syncp);
in vrf_rx_stats()
154
const struct pcpu_dstats *
dstats
;
in vrf_get_stats64()
local
158
dstats
= per_cpu_ptr(dev->
dstats
, i);
in vrf_get_stats64()
160
start = u64_stats_fetch_begin_irq(&
dstats
in vrf_get_stats64()
617
struct pcpu_
dstats
*
dstats
= this_cpu_ptr(dev->
dstats
);
vrf_xmit()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
vrf.c
126
struct pcpu_dstats *
dstats
= this_cpu_ptr(dev->
dstats
);
in vrf_rx_stats()
local
128
u64_stats_update_begin(&
dstats
->syncp);
in vrf_rx_stats()
129
dstats
->rx_packets++;
in vrf_rx_stats()
130
dstats
->rx_bytes += len;
in vrf_rx_stats()
131
u64_stats_update_end(&
dstats
->syncp);
in vrf_rx_stats()
146
const struct pcpu_dstats *
dstats
;
in vrf_get_stats64()
local
150
dstats
= per_cpu_ptr(dev->
dstats
, i);
in vrf_get_stats64()
152
start = u64_stats_fetch_begin(&
dstats
in vrf_get_stats64()
606
struct pcpu_
dstats
*
dstats
= this_cpu_ptr(dev->
dstats
);
vrf_xmit()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
netdevice.h
1832
* @
dstats
: Dummy statistics
2148
struct pcpu_dstats __percpu *
dstats
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
1980
* allocate/free: none, lstats, tstats,
dstats
. none
1985
* @
dstats
: Dummy statistics: RX/TX/drop packets, RX/TX bytes
2346
struct pcpu_dstats __percpu *
dstats
;
member
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
10081
v = dev->
dstats
= netdev_alloc_pcpu_stats(struct pcpu_dstats);
in netdev_do_alloc_pcpu_stats()
10102
free_percpu(dev->
dstats
);
in netdev_do_free_pcpu_stats()
Completed in 34 milliseconds