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:NEEDS_RETRY
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_error.c
476
* SUCCESS or FAILED or
NEEDS_RETRY
or ADD_TO_MLQUEUE
493
return
NEEDS_RETRY
;
in scsi_check_sense()
548
return
NEEDS_RETRY
;
in scsi_check_sense()
566
return
NEEDS_RETRY
;
in scsi_check_sense()
576
return
NEEDS_RETRY
;
in scsi_check_sense()
582
return
NEEDS_RETRY
;
in scsi_check_sense()
618
return
NEEDS_RETRY
;
in scsi_check_sense()
761
return
NEEDS_RETRY
;
in scsi_eh_completed_normally()
1054
* SUCCESS or FAILED or
NEEDS_RETRY
1136
case
NEEDS_RETRY
in scsi_send_eh_cmnd()
[all...]
H
A
D
constants.c
437
scsi_mlreturn_name(
NEEDS_RETRY
),
H
A
D
scsi_lib.c
1449
case
NEEDS_RETRY
:
in scsi_softirq_done()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_error.c
532
* SUCCESS or FAILED or
NEEDS_RETRY
or ADD_TO_MLQUEUE
550
return
NEEDS_RETRY
;
in scsi_check_sense()
622
return
NEEDS_RETRY
;
in scsi_check_sense()
640
return
NEEDS_RETRY
;
in scsi_check_sense()
650
return
NEEDS_RETRY
;
in scsi_check_sense()
656
return
NEEDS_RETRY
;
in scsi_check_sense()
692
return
NEEDS_RETRY
;
in scsi_check_sense()
845
return
NEEDS_RETRY
;
in scsi_eh_completed_normally()
1137
* SUCCESS or FAILED or
NEEDS_RETRY
1220
case
NEEDS_RETRY
in scsi_send_eh_cmnd()
[all...]
H
A
D
constants.c
422
scsi_mlreturn_name(
NEEDS_RETRY
),
H
A
D
scsi_lib.c
1442
case
NEEDS_RETRY
:
in scsi_complete()
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi.h
96
NEEDS_RETRY
= 0x2001,
enumerator
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi.h
156
NEEDS_RETRY
= 0x2001,
enumerator
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H
A
D
scsi_dh_alua.c
418
return
NEEDS_RETRY
;
in alua_check_sense()
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H
A
D
scsi_dh_alua.c
435
return
NEEDS_RETRY
;
in alua_check_sense()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-eh.c
1617
*
NEEDS_RETRY
and ADD_TO_MLQUEUE means that the
in ata_eh_analyze_tf()
1620
if (ret ==
NEEDS_RETRY
|| ret == ADD_TO_MLQUEUE) {
in ata_eh_analyze_tf()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-eh.c
1629
*
NEEDS_RETRY
and ADD_TO_MLQUEUE means that the
in ata_eh_analyze_tf()
1632
if (ret ==
NEEDS_RETRY
|| ret == ADD_TO_MLQUEUE) {
in ata_eh_analyze_tf()
Completed in 25 milliseconds