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:prev_error
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/hw_random/
H
A
D
cavium-rng-vf.c
35
u64
prev_error
;
member
116
rng->
prev_error
= 0;
in check_rng_health()
121
if (rng->
prev_error
) {
in check_rng_health()
126
time_elapsed += rng->
prev_error
;
in check_rng_health()
134
rng->
prev_error
= cur_err;
in check_rng_health()
140
rng->
prev_error
= cur_err;
in check_rng_health()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H
A
D
cavium-rng-vf.c
35
u64
prev_error
;
member
116
rng->
prev_error
= 0;
in check_rng_health()
121
if (rng->
prev_error
) {
in check_rng_health()
126
time_elapsed += rng->
prev_error
;
in check_rng_health()
134
rng->
prev_error
= cur_err;
in check_rng_health()
140
rng->
prev_error
= cur_err;
in check_rng_health()
/kernel/linux/linux-5.10/drivers/hwmon/occ/
H
A
D
sysfs.c
165
if (occ->error && occ->error != occ->
prev_error
) {
in occ_sysfs_poll_done()
173
occ->
prev_error
= occ->error;
in occ_sysfs_poll_done()
H
A
D
common.h
119
int
prev_error
;
member
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-viperboard.c
36
struct vprbrd_i2c_status *status, bool
prev_error
)
in vprbrd_i2c_status()
50
prev_error
= true;
in vprbrd_i2c_status()
52
if (
prev_error
) {
in vprbrd_i2c_status()
35
vprbrd_i2c_status(struct i2c_adapter *i2c, struct vprbrd_i2c_status *status, bool
prev_error
)
vprbrd_i2c_status()
argument
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-viperboard.c
36
struct vprbrd_i2c_status *status, bool
prev_error
)
in vprbrd_i2c_status()
50
prev_error
= true;
in vprbrd_i2c_status()
52
if (
prev_error
) {
in vprbrd_i2c_status()
35
vprbrd_i2c_status(struct i2c_adapter *i2c, struct vprbrd_i2c_status *status, bool
prev_error
)
vprbrd_i2c_status()
argument
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H
A
D
sysfs.c
233
if (occ->error && occ->error != occ->
prev_error
) {
in occ_sysfs_poll_done()
241
occ->
prev_error
= occ->error;
in occ_sysfs_poll_done()
H
A
D
common.h
120
int
prev_error
;
member
/kernel/linux/linux-5.10/drivers/siox/
H
A
D
siox-core.c
221
bool
prev_error
;
in siox_poll()
local
226
prev_error
=
in siox_poll()
232
if (!
prev_error
) {
in siox_poll()
/kernel/linux/linux-6.6/drivers/siox/
H
A
D
siox-core.c
221
bool
prev_error
;
in siox_poll()
local
226
prev_error
=
in siox_poll()
232
if (!
prev_error
) {
in siox_poll()
Completed in 7 milliseconds