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:abort_io
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_scsi.c
1102
struct efct_io *
abort_io
= NULL;
in efct_scsi_tgt_abort_io()
local
1119
abort_io
= efct_io_pool_io_alloc(efct->xport->io_pool);
in efct_scsi_tgt_abort_io()
1120
if (!
abort_io
) {
in efct_scsi_tgt_abort_io()
1128
abort_io
->cmd_tgt = true;
in efct_scsi_tgt_abort_io()
1129
abort_io
->node = io->node;
in efct_scsi_tgt_abort_io()
1132
abort_io
->io_type = EFCT_IO_TYPE_ABORT;
in efct_scsi_tgt_abort_io()
1133
abort_io
->display_name = "tgt_abort";
in efct_scsi_tgt_abort_io()
1134
abort_io
->io_to_abort = io;
in efct_scsi_tgt_abort_io()
1135
abort_io
->send_abts = false;
in efct_scsi_tgt_abort_io()
1136
abort_io
in efct_scsi_tgt_abort_io()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_els.c
396
bool
abort_io
= false;
in bnx2fc_rec_compl()
local
483
goto
abort_io
;
in bnx2fc_rec_compl()
496
abort_io
:
in bnx2fc_rec_compl()
531
abort_io
= true;
in bnx2fc_rec_compl()
551
abort_io
= true;
in bnx2fc_rec_compl()
554
if (
abort_io
) {
in bnx2fc_rec_compl()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_els.c
396
bool
abort_io
= false;
in bnx2fc_rec_compl()
local
483
goto
abort_io
;
in bnx2fc_rec_compl()
496
abort_io
:
in bnx2fc_rec_compl()
531
abort_io
= true;
in bnx2fc_rec_compl()
551
abort_io
= true;
in bnx2fc_rec_compl()
554
if (
abort_io
) {
in bnx2fc_rec_compl()
Completed in 5 milliseconds