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:xfer_ok
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-eh.c
1634
int *
xfer_ok
)
in ata_eh_categorize_error()
1639
*
xfer_ok
= 1;
in ata_eh_categorize_error()
1641
if (!*
xfer_ok
)
in ata_eh_categorize_error()
1663
int
xfer_ok
;
member
1676
&arg->
xfer_ok
);
in speed_down_verdict_cb()
1803
int
xfer_ok
= 0;
in ata_eh_speed_down()
local
1808
if (ata_eh_categorize_error(eflags, err_mask, &
xfer_ok
) == 0)
in ata_eh_speed_down()
1633
ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask, int *
xfer_ok
)
ata_eh_categorize_error()
argument
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-eh.c
1646
int *
xfer_ok
)
in ata_eh_categorize_error()
1651
*
xfer_ok
= 1;
in ata_eh_categorize_error()
1653
if (!*
xfer_ok
)
in ata_eh_categorize_error()
1675
int
xfer_ok
;
member
1688
&arg->
xfer_ok
);
in speed_down_verdict_cb()
1815
int
xfer_ok
= 0;
in ata_eh_speed_down()
local
1820
if (ata_eh_categorize_error(eflags, err_mask, &
xfer_ok
) == 0)
in ata_eh_speed_down()
1645
ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask, int *
xfer_ok
)
ata_eh_categorize_error()
argument
Completed in 10 milliseconds