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:to_subsys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
configfs.c
674
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_device_path_show()
682
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_device_path_store()
715
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_enable_show()
723
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_enable_store()
778
subsys =
to_subsys
(target);
in nvmet_port_subsys_allow_link()
813
struct nvmet_subsys *subsys =
to_subsys
(target);
in nvmet_port_subsys_drop_link()
848
struct nvmet_subsys *subsys =
to_subsys
(parent->ci_parent);
in nvmet_allowed_hosts_allow_link()
890
struct nvmet_subsys *subsys =
to_subsys
(parent->ci_parent);
in nvmet_allowed_hosts_drop_link()
924
to_subsys
(item)->allow_any_host);
in nvmet_subsys_attr_allow_any_host_show()
930
struct nvmet_subsys *subsys =
to_subsys
(ite
in nvmet_subsys_attr_allow_any_host_store()
[all...]
H
A
D
nvmet.h
254
static inline struct nvmet_subsys *
to_subsys
(struct config_item *item)
in to_subsys()
function
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
configfs.c
681
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_device_path_show()
689
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_device_path_store()
722
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_enable_show()
730
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_enable_store()
749
return sprintf(page, "%u\n",
to_subsys
(item->ci_parent)->admin_timeout);
in nvmet_passthru_admin_timeout_show()
755
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_admin_timeout_store()
768
return sprintf(page, "%u\n",
to_subsys
(item->ci_parent)->io_timeout);
in nvmet_passthru_io_timeout_show()
774
struct nvmet_subsys *subsys =
to_subsys
(item->ci_parent);
in nvmet_passthru_io_timeout_store()
787
return sprintf(page, "%u\n",
to_subsys
(item->ci_parent)->clear_ids);
in nvmet_passthru_clear_ids_show()
793
struct nvmet_subsys *subsys =
to_subsys
(ite
in nvmet_passthru_clear_ids_store()
[all...]
H
A
D
nvmet.h
284
static inline struct nvmet_subsys *
to_subsys
(struct config_item *item)
in to_subsys()
function
Completed in 7 milliseconds