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:eh_done
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
118
struct completion *
eh_done
; /* SCSI error handling */
member
132
if (ucmd->
eh_done
)
in sym_xpt_done()
133
complete(ucmd->
eh_done
);
in sym_xpt_done()
584
struct completion
eh_done
;
in sym_eh_handler()
local
597
init_completion(&
eh_done
);
in sym_eh_handler()
602
sym_data->io_reset = &
eh_done
;
in sym_eh_handler()
655
init_completion(&
eh_done
);
in sym_eh_handler()
656
ucmd->
eh_done
= &
eh_done
;
in sym_eh_handler()
658
if (!wait_for_completion_timeout(&
eh_done
,
in sym_eh_handler()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_glue.c
118
struct completion *
eh_done
; /* SCSI error handling */
member
131
if (ucmd->
eh_done
)
in sym_xpt_done()
132
complete(ucmd->
eh_done
);
in sym_xpt_done()
579
struct completion
eh_done
;
in sym_eh_handler()
local
592
init_completion(&
eh_done
);
in sym_eh_handler()
597
sym_data->io_reset = &
eh_done
;
in sym_eh_handler()
650
init_completion(&
eh_done
);
in sym_eh_handler()
651
ucmd->
eh_done
= &
eh_done
;
in sym_eh_handler()
653
if (!wait_for_completion_timeout(&
eh_done
,
in sym_eh_handler()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
esp_scsi.c
910
if (ent->
eh_done
) {
in esp_cmd_is_done()
911
complete(ent->
eh_done
);
in esp_cmd_is_done()
912
ent->
eh_done
= NULL;
in esp_cmd_is_done()
2505
struct completion
eh_done
;
in esp_eh_abort_handler()
local
2554
init_completion(&
eh_done
);
in esp_eh_abort_handler()
2570
ent->
eh_done
= &
eh_done
;
in esp_eh_abort_handler()
2595
if (!wait_for_completion_timeout(&
eh_done
, 5 * HZ)) {
in esp_eh_abort_handler()
2597
ent->
eh_done
= NULL;
in esp_eh_abort_handler()
H
A
D
esp_scsi.h
305
struct completion *
eh_done
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
esp_scsi.c
913
if (ent->
eh_done
) {
in esp_cmd_is_done()
914
complete(ent->
eh_done
);
in esp_cmd_is_done()
915
ent->
eh_done
= NULL;
in esp_cmd_is_done()
2494
struct completion
eh_done
;
in esp_eh_abort_handler()
local
2543
init_completion(&
eh_done
);
in esp_eh_abort_handler()
2559
ent->
eh_done
= &
eh_done
;
in esp_eh_abort_handler()
2584
if (!wait_for_completion_timeout(&
eh_done
, 5 * HZ)) {
in esp_eh_abort_handler()
2586
ent->
eh_done
= NULL;
in esp_eh_abort_handler()
H
A
D
esp_scsi.h
306
struct completion *
eh_done
;
member
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm.c
846
ahd->platform_data->
eh_done
= &done;
in ahd_linux_dev_reset()
852
ahd->platform_data->
eh_done
= NULL;
in ahd_linux_dev_reset()
1860
if (ahd->platform_data->
eh_done
)
in ahd_done()
1861
complete(ahd->platform_data->
eh_done
);
in ahd_done()
2342
ahd->platform_data->
eh_done
= &done;
in ahd_linux_queue_abort_cmd()
2348
ahd->platform_data->
eh_done
= NULL;
in ahd_linux_queue_abort_cmd()
H
A
D
aic7xxx_osm.c
1785
if (ahc->platform_data->
eh_done
)
in ahc_done()
1786
complete(ahc->platform_data->
eh_done
);
in ahc_done()
2295
ahc->platform_data->
eh_done
= &done;
in ahc_linux_queue_recovery_cmd()
2301
ahc->platform_data->
eh_done
= NULL;
in ahc_linux_queue_recovery_cmd()
H
A
D
aic7xxx_osm.h
358
struct completion *
eh_done
;
member
H
A
D
aic79xx_osm.h
346
struct completion *
eh_done
;
member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_osm.c
840
ahd->platform_data->
eh_done
= &done;
in ahd_linux_dev_reset()
846
ahd->platform_data->
eh_done
= NULL;
in ahd_linux_dev_reset()
1854
if (ahd->platform_data->
eh_done
)
in ahd_done()
1855
complete(ahd->platform_data->
eh_done
);
in ahd_done()
2330
ahd->platform_data->
eh_done
= &done;
in ahd_linux_queue_abort_cmd()
2336
ahd->platform_data->
eh_done
= NULL;
in ahd_linux_queue_abort_cmd()
H
A
D
aic7xxx_osm.c
1784
if (ahc->platform_data->
eh_done
)
in ahc_done()
1785
complete(ahc->platform_data->
eh_done
);
in ahc_done()
2293
ahc->platform_data->
eh_done
= &done;
in ahc_linux_queue_recovery_cmd()
2299
ahc->platform_data->
eh_done
= NULL;
in ahc_linux_queue_recovery_cmd()
H
A
D
aic79xx_osm.h
346
struct completion *
eh_done
;
member
H
A
D
aic7xxx_osm.h
358
struct completion *
eh_done
;
member
Completed in 28 milliseconds