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:shutdown_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
init.c
31
static DEFINE_SPINLOCK(
shutdown_lock
);
313
spin_lock(&
shutdown_lock
);
in snd_disconnect_release()
321
spin_unlock(&
shutdown_lock
);
in snd_disconnect_release()
400
spin_lock(&
shutdown_lock
);
in snd_card_disconnect()
402
spin_unlock(&
shutdown_lock
);
in snd_card_disconnect()
968
spin_lock(&
shutdown_lock
);
in snd_card_file_remove()
970
spin_unlock(&
shutdown_lock
);
in snd_card_file_remove()
/kernel/linux/linux-6.6/sound/core/
H
A
D
init.c
32
static DEFINE_SPINLOCK(
shutdown_lock
);
430
spin_lock(&
shutdown_lock
);
in snd_disconnect_release()
438
spin_unlock(&
shutdown_lock
);
in snd_disconnect_release()
517
spin_lock(&
shutdown_lock
);
in snd_card_disconnect()
519
spin_unlock(&
shutdown_lock
);
in snd_card_disconnect()
1109
spin_lock(&
shutdown_lock
);
in snd_card_file_remove()
1111
spin_unlock(&
shutdown_lock
);
in snd_card_file_remove()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
pci.c
135
struct mutex
shutdown_lock
;
member
1584
* Try getting
shutdown_lock
while setting up IO queues.
1591
if (!mutex_trylock(&dev->
shutdown_lock
))
in nvme_setup_io_queues_trylock()
1598
mutex_unlock(&dev->
shutdown_lock
);
in nvme_setup_io_queues_trylock()
1645
mutex_unlock(&dev->
shutdown_lock
);
in nvme_create_queue()
1650
mutex_unlock(&dev->
shutdown_lock
);
in nvme_create_queue()
2347
mutex_unlock(&dev->
shutdown_lock
);
in nvme_setup_io_queues()
2368
mutex_unlock(&dev->
shutdown_lock
);
in nvme_setup_io_queues()
2581
mutex_lock(&dev->
shutdown_lock
);
in nvme_dev_disable()
2621
mutex_unlock(&dev->
shutdown_lock
);
in nvme_dev_disable()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
pci.c
130
struct mutex
shutdown_lock
;
member
2472
mutex_lock(&dev->
shutdown_lock
);
in nvme_dev_disable()
2518
mutex_unlock(&dev->
shutdown_lock
);
in nvme_dev_disable()
2628
mutex_lock(&dev->
shutdown_lock
);
in nvme_reset_work()
2656
mutex_unlock(&dev->
shutdown_lock
);
in nvme_reset_work()
2738
mutex_unlock(&dev->
shutdown_lock
);
in nvme_reset_work()
2875
mutex_init(&dev->
shutdown_lock
);
in nvme_pci_alloc_dev()
Completed in 14 milliseconds