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:lun_deve_lock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_device.c
293
spin_lock(&lun->
lun_deve_lock
);
in target_dev_ua_allocate()
296
spin_unlock(&lun->
lun_deve_lock
);
in target_dev_ua_allocate()
374
spin_lock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
377
spin_unlock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
392
spin_lock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
394
spin_unlock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
427
spin_lock(&lun->
lun_deve_lock
);
in core_disable_device_list_for_node()
429
spin_unlock(&lun->
lun_deve_lock
);
in core_disable_device_list_for_node()
H
A
D
target_core_alua.c
938
spin_lock(&lun->
lun_deve_lock
);
in core_alua_queue_state_change_ua()
969
spin_unlock(&lun->
lun_deve_lock
);
in core_alua_queue_state_change_ua()
1814
spin_lock(&lun->
lun_deve_lock
);
in __target_attach_tg_pt_gp()
1818
spin_unlock(&lun->
lun_deve_lock
);
in __target_attach_tg_pt_gp()
H
A
D
target_core_pr.c
732
spin_lock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
764
spin_unlock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
800
spin_lock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
802
spin_unlock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
H
A
D
target_core_tpg.c
624
spin_lock_init(&lun->
lun_deve_lock
);
in core_tpg_alloc_lun()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_device.c
367
spin_lock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
370
spin_unlock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
385
spin_lock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
387
spin_unlock(&lun->
lun_deve_lock
);
in core_enable_device_list_for_node()
420
spin_lock(&lun->
lun_deve_lock
);
in core_disable_device_list_for_node()
422
spin_unlock(&lun->
lun_deve_lock
);
in core_disable_device_list_for_node()
H
A
D
target_core_alua.c
963
spin_lock(&lun->
lun_deve_lock
);
in core_alua_queue_state_change_ua()
966
lockdep_is_held(&lun->
lun_deve_lock
));
in core_alua_queue_state_change_ua()
995
spin_unlock(&lun->
lun_deve_lock
);
in core_alua_queue_state_change_ua()
1839
spin_lock(&lun->
lun_deve_lock
);
in __target_attach_tg_pt_gp()
1843
spin_unlock(&lun->
lun_deve_lock
);
in __target_attach_tg_pt_gp()
H
A
D
target_core_pr.c
731
spin_lock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
742
lockdep_is_held(&lun_tmp->
lun_deve_lock
));
in __core_scsi3_alloc_registration()
764
spin_unlock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
801
spin_lock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
803
spin_unlock(&lun_tmp->
lun_deve_lock
);
in __core_scsi3_alloc_registration()
H
A
D
target_core_tpg.c
559
spin_lock_init(&lun->
lun_deve_lock
);
in core_tpg_alloc_lun()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
737
spinlock_t
lun_deve_lock
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
747
spinlock_t
lun_deve_lock
;
member
Completed in 23 milliseconds