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:tpg_group
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_fabric_configfs.c
645
struct se_portal_group,
tpg_group
);
in target_fabric_port_link()
807
struct se_portal_group,
tpg_group
);
in target_fabric_tpg_release()
841
config_group_init_type_name(&se_tpg->
tpg_group
, name,
in target_fabric_make_tpg()
847
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
852
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
857
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
862
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
867
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
872
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
874
return &se_tpg->
tpg_group
;
in target_fabric_make_tpg()
[all...]
H
A
D
target_core_pr.c
1419
return target_depend_item(&tpg->
tpg_group
.cg_item);
in core_scsi3_tpg_depend_item()
1424
target_undepend_item(&tpg->
tpg_group
.cg_item);
in core_scsi3_tpg_undepend_item()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_fabric_configfs.c
646
struct se_portal_group,
tpg_group
);
in target_fabric_port_link()
808
struct se_portal_group,
tpg_group
);
in target_fabric_tpg_release()
943
config_group_init_type_name(&se_tpg->
tpg_group
, name,
in target_fabric_make_tpg()
949
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
954
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
959
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
964
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
969
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
974
&se_tpg->
tpg_group
);
in target_fabric_make_tpg()
976
return &se_tpg->
tpg_group
;
in target_fabric_make_tpg()
[all...]
H
A
D
target_core_pr.c
1413
return target_depend_item(&tpg->
tpg_group
.cg_item);
in core_scsi3_tpg_depend_item()
1418
target_undepend_item(&tpg->
tpg_group
.cg_item);
in core_scsi3_tpg_undepend_item()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
907
struct config_group
tpg_group
;
member
919
tpg_group
);
in to_tpg()
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
945
struct config_group
tpg_group
;
member
957
tpg_group
);
in to_tpg()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_conf.c
280
config_item_name(&tpg->se_tpg.
tpg_group
.cg_item));
in ft_del_tpg()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_conf.c
280
config_item_name(&tpg->se_tpg.
tpg_group
.cg_item));
in ft_del_tpg()
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
scsi.c
1619
* go ahead and take an explicit se_tpg->
tpg_group
.cg_item
in vhost_scsi_set_endpoint()
1623
ret = target_depend_item(&se_tpg->
tpg_group
.cg_item);
in vhost_scsi_set_endpoint()
1682
target_undepend_item(&tpg->se_tpg.
tpg_group
.cg_item);
in vhost_scsi_set_endpoint()
1746
* Release se_tpg->
tpg_group
.cg_item configfs dependency now
in vhost_scsi_clear_endpoint()
1747
* to allow vhost-scsi WWPN se_tpg->
tpg_group
shutdown to occur.
in vhost_scsi_clear_endpoint()
1750
target_undepend_item(&se_tpg->
tpg_group
.cg_item);
in vhost_scsi_clear_endpoint()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
scsi.c
1713
* go ahead and take an explicit se_tpg->
tpg_group
.cg_item
in vhost_scsi_set_endpoint()
1717
ret = target_depend_item(&se_tpg->
tpg_group
.cg_item);
in vhost_scsi_set_endpoint()
1781
target_undepend_item(&tpg->se_tpg.
tpg_group
.cg_item);
in vhost_scsi_set_endpoint()
1875
target_undepend_item(&se_tpg->
tpg_group
.cg_item);
in vhost_scsi_clear_endpoint()
Completed in 26 milliseconds