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:host_failed
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_error.c
70
if (busy == shost->
host_failed
) {
in scsi_eh_wakeup()
248
shost->
host_failed
++;
in scsi_eh_inc_host_failed()
278
*
host_failed
change.
in scsi_eh_scmd_add()
2203
if ((shost->
host_failed
== 0 && shost->host_eh_scheduled == 0) ||
in scsi_error_handler()
2204
shost->
host_failed
!= scsi_host_busy(shost)) {
in scsi_error_handler()
2218
shost->
host_failed
,
in scsi_error_handler()
2240
shost->
host_failed
= 0;
in scsi_error_handler()
H
A
D
scsi.c
153
cmd->device->host->
host_failed
);
in scsi_log_completion()
H
A
D
scsi_lib.c
300
* shost->
host_failed
: use call_rcu() in scsi_eh_scmd_add() in combination
303
*
host_failed
counter or that it notices the shost state change made by
316
if (shost->
host_failed
|| shost->host_eh_scheduled)
in scsi_dec_host_busy()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_error.c
68
if (busy == shost->
host_failed
) {
in scsi_eh_wakeup()
289
shost->
host_failed
++;
in scsi_eh_inc_host_failed()
319
*
host_failed
change.
in scsi_eh_scmd_add()
2305
if ((shost->
host_failed
== 0 && shost->host_eh_scheduled == 0) ||
in scsi_error_handler()
2306
shost->
host_failed
!= scsi_host_busy(shost)) {
in scsi_error_handler()
2320
shost->
host_failed
,
in scsi_error_handler()
2342
shost->
host_failed
= 0;
in scsi_error_handler()
H
A
D
scsi.c
144
cmd->device->host->
host_failed
);
in scsi_log_completion()
H
A
D
scsi_lib.c
268
* shost->
host_failed
: use call_rcu() in scsi_eh_scmd_add() in combination
271
*
host_failed
counter or that it notices the shost state change made by
284
if (shost->
host_failed
|| shost->host_eh_scheduled)
in scsi_dec_host_busy()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_host.h
556
unsigned int
host_failed
; /* commands that failed.
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_host.h
570
unsigned int
host_failed
; /* commands that failed.
member
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_scsi_host.c
738
__func__, scsi_host_busy(shost), shost->
host_failed
);
in sas_scsi_recover_host()
781
shost->
host_failed
, tries);
in sas_scsi_recover_host()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_scsi_host.c
705
__func__, scsi_host_busy(shost), shost->
host_failed
);
in sas_scsi_recover_host()
748
shost->
host_failed
, tries);
in sas_scsi_recover_host()
Completed in 21 milliseconds