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:nvmet_disc_subsys
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
discovery.c
11
struct nvmet_subsys *
nvmet_disc_subsys
;
variable
36
mutex_lock(&
nvmet_disc_subsys
->lock);
in nvmet_port_disc_changed()
37
list_for_each_entry(ctrl, &
nvmet_disc_subsys
->ctrls, subsys_entry) {
in nvmet_port_disc_changed()
43
mutex_unlock(&
nvmet_disc_subsys
->lock);
in nvmet_port_disc_changed()
56
mutex_lock(&
nvmet_disc_subsys
->lock);
in __nvmet_subsys_disc_changed()
57
list_for_each_entry(ctrl, &
nvmet_disc_subsys
->ctrls, subsys_entry) {
in __nvmet_subsys_disc_changed()
63
mutex_unlock(&
nvmet_disc_subsys
->lock);
in __nvmet_subsys_disc_changed()
212
nvmet_disc_subsys
->subsysnqn,
in nvmet_execute_disc_get_log_page()
396
nvmet_disc_subsys
=
in nvmet_init_discovery()
398
return PTR_ERR_OR_ZERO(
nvmet_disc_subsys
);
in nvmet_init_discovery()
[all...]
H
A
D
nvmet.h
562
extern struct nvmet_subsys *
nvmet_disc_subsys
;
H
A
D
core.c
1527
if (!kref_get_unless_zero(&
nvmet_disc_subsys
->ref))
in nvmet_find_get_subsys()
1529
return
nvmet_disc_subsys
;
in nvmet_find_get_subsys()
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
discovery.c
11
struct nvmet_subsys *
nvmet_disc_subsys
;
variable
36
mutex_lock(&
nvmet_disc_subsys
->lock);
in nvmet_port_disc_changed()
37
list_for_each_entry(ctrl, &
nvmet_disc_subsys
->ctrls, subsys_entry) {
in nvmet_port_disc_changed()
43
mutex_unlock(&
nvmet_disc_subsys
->lock);
in nvmet_port_disc_changed()
56
mutex_lock(&
nvmet_disc_subsys
->lock);
in __nvmet_subsys_disc_changed()
57
list_for_each_entry(ctrl, &
nvmet_disc_subsys
->ctrls, subsys_entry) {
in __nvmet_subsys_disc_changed()
63
mutex_unlock(&
nvmet_disc_subsys
->lock);
in __nvmet_subsys_disc_changed()
390
nvmet_disc_subsys
=
in nvmet_init_discovery()
392
return PTR_ERR_OR_ZERO(
nvmet_disc_subsys
);
in nvmet_init_discovery()
397
nvmet_subsys_put(
nvmet_disc_subsys
);
in nvmet_exit_discovery()
[all...]
H
A
D
nvmet.h
512
extern struct nvmet_subsys *
nvmet_disc_subsys
;
H
A
D
core.c
1472
if (!kref_get_unless_zero(&
nvmet_disc_subsys
->ref))
in nvmet_find_get_subsys()
1474
return
nvmet_disc_subsys
;
in nvmet_find_get_subsys()
Completed in 9 milliseconds