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:devstats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/slip/
H
A
D
slip.c
576
struct net_device_stats *
devstats
= &dev->stats;
local
581
stats->rx_packets =
devstats
->rx_packets;
582
stats->tx_packets =
devstats
->tx_packets;
583
stats->rx_bytes =
devstats
->rx_bytes;
584
stats->tx_bytes =
devstats
->tx_bytes;
585
stats->rx_dropped =
devstats
->rx_dropped;
586
stats->tx_dropped =
devstats
->tx_dropped;
587
stats->tx_errors =
devstats
->tx_errors;
588
stats->rx_errors =
devstats
->rx_errors;
589
stats->rx_over_errors =
devstats
[all...]
/kernel/linux/linux-6.6/drivers/net/slip/
H
A
D
slip.c
577
struct net_device_stats *
devstats
= &dev->stats;
local
582
stats->rx_packets =
devstats
->rx_packets;
583
stats->tx_packets =
devstats
->tx_packets;
584
stats->rx_bytes =
devstats
->rx_bytes;
585
stats->tx_bytes =
devstats
->tx_bytes;
586
stats->rx_dropped =
devstats
->rx_dropped;
587
stats->tx_dropped =
devstats
->tx_dropped;
588
stats->tx_errors =
devstats
->tx_errors;
589
stats->rx_errors =
devstats
->rx_errors;
590
stats->rx_over_errors =
devstats
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
bootgraph.py
566
devstats
= dict()
574
devstats
[dev['id']] = {'info':info}
592
devstats
[dev['id']]['fstat'] = stats
656
statinfo = 'var
devstats
= {\n'
657
for n in sorted(
devstats
):
658
statinfo += '\t"%s": [\n\t\t"%s",\n' % (n,
devstats
[n]['info'])
659
if 'fstat' in
devstats
[n]:
660
funcs =
devstats
[n]['fstat']
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
bootgraph.py
568
devstats
= dict()
576
devstats
[dev['id']] = {'info':info}
594
devstats
[dev['id']]['fstat'] = stats
658
statinfo = 'var
devstats
= {\n'
659
for n in sorted(
devstats
):
660
statinfo += '\t"%s": [\n\t\t"%s",\n' % (n,
devstats
[n]['info'])
661
if 'fstat' in
devstats
[n]:
662
funcs =
devstats
[n]['fstat']
Completed in 5 milliseconds