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:stat_err_cnt
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
cryptouser.h
88
__u64
stat_err_cnt
;
member
99
__u64
stat_err_cnt
;
member
108
__u64
stat_err_cnt
;
member
117
__u64
stat_err_cnt
;
member
124
__u64
stat_err_cnt
;
member
132
__u64
stat_err_cnt
;
member
140
__u64
stat_err_cnt
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
cryptouser.h
88
__u64
stat_err_cnt
;
member
99
__u64
stat_err_cnt
;
member
108
__u64
stat_err_cnt
;
member
117
__u64
stat_err_cnt
;
member
124
__u64
stat_err_cnt
;
member
132
__u64
stat_err_cnt
;
member
140
__u64
stat_err_cnt
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
cryptouser.h
76
__u64
stat_err_cnt
;
member
86
__u64
stat_err_cnt
;
member
94
__u64
stat_err_cnt
;
member
102
__u64
stat_err_cnt
;
member
108
__u64
stat_err_cnt
;
member
115
__u64
stat_err_cnt
;
member
122
__u64
stat_err_cnt
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
cryptouser.h
76
__u64
stat_err_cnt
;
member
86
__u64
stat_err_cnt
;
member
94
__u64
stat_err_cnt
;
member
102
__u64
stat_err_cnt
;
member
108
__u64
stat_err_cnt
;
member
115
__u64
stat_err_cnt
;
member
122
__u64
stat_err_cnt
;
member
/kernel/linux/linux-5.10/crypto/
H
A
D
crypto_user_stat.c
43
raead.
stat_err_cnt
= atomic64_read(&alg->stats.aead.err_cnt);
in crypto_report_aead()
60
rcipher.
stat_err_cnt
= atomic64_read(&alg->stats.cipher.err_cnt);
in crypto_report_cipher()
76
rcomp.
stat_err_cnt
= atomic64_read(&alg->stats.compress.err_cnt);
in crypto_report_comp()
92
racomp.
stat_err_cnt
= atomic64_read(&alg->stats.compress.err_cnt);
in crypto_report_acomp()
110
rakcipher.
stat_err_cnt
= atomic64_read(&alg->stats.akcipher.err_cnt);
in crypto_report_akcipher()
127
rkpp.
stat_err_cnt
= atomic64_read(&alg->stats.kpp.err_cnt);
in crypto_report_kpp()
142
rhash.
stat_err_cnt
= atomic64_read(&alg->stats.hash.err_cnt);
in crypto_report_ahash()
157
rhash.
stat_err_cnt
= atomic64_read(&alg->stats.hash.err_cnt);
in crypto_report_shash()
173
rrng.
stat_err_cnt
= atomic64_read(&alg->stats.rng.err_cnt);
in crypto_report_rng()
/kernel/linux/linux-6.6/crypto/
H
A
D
hash.h
29
rhash.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_hash_report_stat()
H
A
D
kpp.c
87
rkpp.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_kpp_report_stat()
H
A
D
acompress.c
110
racomp.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in __crypto_acomp_report_stat()
H
A
D
rng.c
110
rrng.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_rng_report_stat()
H
A
D
aead.c
233
raead.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_aead_report_stat()
H
A
D
akcipher.c
91
rakcipher.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_akcipher_report_stat()
H
A
D
skcipher.c
767
rcipher.
stat_err_cnt
= atomic64_read(&istat->err_cnt);
in crypto_skcipher_report_stat()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
732
u32_t
stat_err_cnt
;
local
787
stat_err_cnt
= (u32_t)(lwip_stats.ip.ip_rx_err +
798
stat_err_cnt
,
808
stat_err_cnt
= (u32_t)(lwip_stats.ip6.ip_rx_err +
819
stat_err_cnt
,
828
stat_err_cnt
= (u32_t)(lwip_stats.ip.rterr + lwip_stats.ip.ip_tx_err);
836
stat_err_cnt
,
844
stat_err_cnt
= (u32_t)(lwip_stats.ip6.rterr + lwip_stats.ip6.ip_tx_err);
850
stat_err_cnt
,
Completed in 12 milliseconds