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:t10_vpd_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_device.c
521
spin_lock(&dev->t10_wwn.
t10_vpd_lock
);
in se_release_vpd_for_dev()
527
spin_unlock(&dev->t10_wwn.
t10_vpd_lock
);
in se_release_vpd_for_dev()
762
spin_lock_init(&dev->t10_wwn.
t10_vpd_lock
);
in target_alloc_device()
H
A
D
target_core_configfs.c
1572
spin_lock(&t10_wwn->
t10_vpd_lock
);
in target_wwn_vpd_protocol_identifier_show()
1584
spin_unlock(&t10_wwn->
t10_vpd_lock
);
in target_wwn_vpd_protocol_identifier_show()
1601
spin_lock(&t10_wwn->
t10_vpd_lock
); \
1624
spin_unlock(&t10_wwn->
t10_vpd_lock
); \
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_device.c
481
spin_lock(&dev->t10_wwn.
t10_vpd_lock
);
in se_release_vpd_for_dev()
487
spin_unlock(&dev->t10_wwn.
t10_vpd_lock
);
in se_release_vpd_for_dev()
728
spin_lock_init(&dev->t10_wwn.
t10_vpd_lock
);
in target_alloc_device()
H
A
D
target_core_configfs.c
1676
spin_lock(&t10_wwn->
t10_vpd_lock
);
in target_wwn_vpd_protocol_identifier_show()
1688
spin_unlock(&t10_wwn->
t10_vpd_lock
);
in target_wwn_vpd_protocol_identifier_show()
1705
spin_lock(&t10_wwn->
t10_vpd_lock
); \
1728
spin_unlock(&t10_wwn->
t10_vpd_lock
); \
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
329
spinlock_t
t10_vpd_lock
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
336
spinlock_t
t10_vpd_lock
;
member
Completed in 20 milliseconds