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:black_hole
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
971
struct ahc_tmode_lstate *
black_hole
;
member
H
A
D
aic7xxx_core.c
4511
if (ahc->
black_hole
!= NULL) {
in ahc_free()
4512
xpt_free_path(ahc->
black_hole
->path);
in ahc_free()
4513
kfree(ahc->
black_hole
);
in ahc_free()
7306
*lstate = ahc->
black_hole
;
in ahc_find_tmode_devs()
7572
ahc->
black_hole
= lstate;
in ahc_handle_en_lun()
7574
if (ahc->
black_hole
!= NULL && ahc->enabled_luns > 0) {
in ahc_handle_en_lun()
7662
ahc->
black_hole
= NULL;
in ahc_handle_en_lun()
7820
lstate = ahc->
black_hole
;
in ahc_handle_target_cmd()
7836
lstate == ahc->
black_hole
? "(Black Holed)" : "");
in ahc_handle_target_cmd()
7840
if (lstate == ahc->
black_hole
) {
in ahc_handle_target_cmd()
[all...]
H
A
D
aic79xx.h
1106
struct ahd_tmode_lstate *
black_hole
;
member
H
A
D
aic79xx_core.c
6163
if (ahd->
black_hole
!= NULL) {
in ahd_free()
6164
xpt_free_path(ahd->
black_hole
->path);
in ahd_free()
6165
kfree(ahd->
black_hole
);
in ahd_free()
10201
*lstate = ahd->
black_hole
;
in ahd_find_tmode_devs()
10415
ahd->
black_hole
= lstate;
in ahd_handle_en_lun()
10417
if (ahd->
black_hole
!= NULL && ahd->enabled_luns > 0) {
in ahd_handle_en_lun()
10500
ahd->
black_hole
= NULL;
in ahd_handle_en_lun()
10641
lstate = ahd->
black_hole
;
in ahd_handle_target_cmd()
10656
lstate == ahd->
black_hole
? "(Black Holed)" : "");
in ahd_handle_target_cmd()
10660
if (lstate == ahd->
black_hole
) {
in ahd_handle_target_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
969
struct ahc_tmode_lstate *
black_hole
;
member
H
A
D
aic7xxx_core.c
4510
if (ahc->
black_hole
!= NULL) {
in ahc_free()
4511
xpt_free_path(ahc->
black_hole
->path);
in ahc_free()
4512
kfree(ahc->
black_hole
);
in ahc_free()
7300
*lstate = ahc->
black_hole
;
in ahc_find_tmode_devs()
7565
ahc->
black_hole
= lstate;
in ahc_handle_en_lun()
7567
if (ahc->
black_hole
!= NULL && ahc->enabled_luns > 0) {
in ahc_handle_en_lun()
7655
ahc->
black_hole
= NULL;
in ahc_handle_en_lun()
7813
lstate = ahc->
black_hole
;
in ahc_handle_target_cmd()
7829
lstate == ahc->
black_hole
? "(Black Holed)" : "");
in ahc_handle_target_cmd()
7833
if (lstate == ahc->
black_hole
) {
in ahc_handle_target_cmd()
[all...]
H
A
D
aic79xx.h
1106
struct ahd_tmode_lstate *
black_hole
;
member
H
A
D
aic79xx_core.c
6162
if (ahd->
black_hole
!= NULL) {
in ahd_free()
6163
xpt_free_path(ahd->
black_hole
->path);
in ahd_free()
6164
kfree(ahd->
black_hole
);
in ahd_free()
10196
*lstate = ahd->
black_hole
;
in ahd_find_tmode_devs()
10410
ahd->
black_hole
= lstate;
in ahd_handle_en_lun()
10412
if (ahd->
black_hole
!= NULL && ahd->enabled_luns > 0) {
in ahd_handle_en_lun()
10495
ahd->
black_hole
= NULL;
in ahd_handle_en_lun()
10636
lstate = ahd->
black_hole
;
in ahd_handle_target_cmd()
10651
lstate == ahd->
black_hole
? "(Black Holed)" : "");
in ahd_handle_target_cmd()
10655
if (lstate == ahd->
black_hole
) {
in ahd_handle_target_cmd()
[all...]
Completed in 49 milliseconds