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:e_dbell
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_edif.c
60
spin_lock_irqsave(&vha->
e_dbell
.db_lock, flags);
in qla_edb_getnext()
63
if (!list_empty(&vha->
e_dbell
.head)) {
in qla_edb_getnext()
64
edbnode = list_first_entry(&vha->
e_dbell
.head,
in qla_edb_getnext()
69
spin_unlock_irqrestore(&vha->
e_dbell
.db_lock, flags);
in qla_edb_getnext()
554
vha->
e_dbell
.db_flags |= EDB_ACTIVE;
in qla_edif_app_start()
643
appreply.edif_edb_active = vha->
e_dbell
.db_flags;
in qla_edif_app_start()
1253
spin_lock_irqsave(&vha->
e_dbell
.db_lock, flags);
in qla_edif_dbell_bsg_done()
1254
if (vha->
e_dbell
.dbell_bsg_job) {
in qla_edif_dbell_bsg_done()
1255
prev_bsg_job = vha->
e_dbell
.dbell_bsg_job;
in qla_edif_dbell_bsg_done()
1256
vha->
e_dbell
in qla_edif_dbell_bsg_done()
[all...]
H
A
D
qla_edif.h
47
#define DBELL_ACTIVE(_v) (_v->
e_dbell
.db_flags & EDB_ACTIVE)
48
#define DBELL_INACTIVE(_v) (!(_v->
e_dbell
.db_flags & EDB_ACTIVE))
H
A
D
qla_def.h
5115
struct edif_dbell
e_dbell
;
member
H
A
D
qla_target.c
4765
!(vha->
e_dbell
.db_flags & EDB_ACTIVE) &&
in qlt_handle_login()
Completed in 25 milliseconds