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:msi_lock
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
msi-xlp.c
118
spinlock_t
msi_lock
;
member
139
spin_lock_irqsave(&md->
msi_lock
, flags);
in xlp_msi_enable()
146
spin_unlock_irqrestore(&md->
msi_lock
, flags);
in xlp_msi_enable()
156
spin_lock_irqsave(&md->
msi_lock
, flags);
in xlp_msi_disable()
163
spin_unlock_irqrestore(&md->
msi_lock
, flags);
in xlp_msi_disable()
308
spin_lock_irqsave(&md->
msi_lock
, flags);
in xlp_setup_msi()
324
spin_unlock_irqrestore(&md->
msi_lock
, flags);
in xlp_setup_msi()
328
spin_unlock_irqrestore(&md->
msi_lock
, flags);
in xlp_setup_msi()
415
spin_lock_irqsave(&md->
msi_lock
, flags);
in xlp_setup_msix()
423
spin_unlock_irqrestore(&md->
msi_lock
, flag
in xlp_setup_msix()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
stex.c
350
int
msi_lock
;
member
1180
if (hba->
msi_lock
== 0) {
in stex_ss_handshake()
1183
hba->
msi_lock
= 1;
in stex_ss_handshake()
1783
hba->
msi_lock
= 0;
in stex_probe()
1973
hba->
msi_lock
= 0;
in stex_choice_sleep_mic()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
stex.c
350
int
msi_lock
;
member
1177
if (hba->
msi_lock
== 0) {
in stex_ss_handshake()
1180
hba->
msi_lock
= 1;
in stex_ss_handshake()
1780
hba->
msi_lock
= 0;
in stex_probe()
1970
hba->
msi_lock
= 0;
in stex_choice_sleep_mic()
/kernel/linux/linux-5.10/include/linux/
H
A
D
device.h
519
raw_spinlock_t
msi_lock
;
member
/kernel/linux/linux-6.6/drivers/pci/msi/
H
A
D
msi.c
112
raw_spinlock_t *lock = &to_pci_dev(desc->dev)->
msi_lock
;
in pci_msi_update_mask()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
msi.c
176
raw_spinlock_t *lock = &desc->dev->
msi_lock
;
in __pci_msi_desc_mask_irq()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci.h
488
raw_spinlock_t
msi_lock
;
member
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
probe.c
2329
raw_spin_lock_init(&dev->
msi_lock
);
in pci_alloc_dev()
/kernel/linux/linux-5.10/drivers/base/
H
A
D
core.c
2488
raw_spin_lock_init(&dev->
msi_lock
);
in device_initialize()
Completed in 25 milliseconds