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:xprt_switch_get
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprtmultipath.h
46
extern struct rpc_xprt_switch *
xprt_switch_get
(struct rpc_xprt_switch *xps);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprtmultipath.h
50
extern struct rpc_xprt_switch *
xprt_switch_get
(struct rpc_xprt_switch *xps);
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
clnt.c
469
xprt_switch_get
(xps);
in rpc_create_xprt()
477
xprt_switch_get
(xps);
in rpc_create_xprt()
643
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in __rpc_clone_client()
807
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in _rpc_clnt_xprt_iter_init()
2210
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in call_connect_status()
2945
data->xps =
xprt_switch_get
(xps);
in rpc_clnt_test_and_add_xprt()
3014
xprt_switch_get
(xps);
in rpc_clnt_setup_test_and_add_xprt()
3065
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in rpc_clnt_add_xprt()
3126
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in rpc_xprt_probe_trunked()
3184
xps =
xprt_switch_get
(rcu_dereferenc
in rpc_xprt_offline()
[all...]
H
A
D
xprtmultipath.c
179
*
xprt_switch_get
- Return a reference to a rpc_xprt_switch
184
struct rpc_xprt_switch *
xprt_switch_get
(struct rpc_xprt_switch *xps)
in xprt_switch_get()
function
508
rcu_assign_pointer(xpi->xpi_xpswitch,
xprt_switch_get
(xps));
in __xprt_iter_init()
H
A
D
sysfs.c
77
return
xprt_switch_get
(x->xprt_switch);
in rpc_sysfs_xprt_kobj_get_xprt_switch()
86
return
xprt_switch_get
(x->xprt_switch);
in rpc_sysfs_xprt_switch_kobj_get_xprt()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprtmultipath.c
143
*
xprt_switch_get
- Return a reference to a rpc_xprt_switch
148
struct rpc_xprt_switch *
xprt_switch_get
(struct rpc_xprt_switch *xps)
in xprt_switch_get()
function
407
rcu_assign_pointer(xpi->xpi_xpswitch,
xprt_switch_get
(xps));
in __xprt_iter_init()
H
A
D
clnt.c
463
xprt_switch_get
(xps);
in rpc_create_xprt()
471
xprt_switch_get
(xps);
in rpc_create_xprt()
624
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in __rpc_clone_client()
786
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in rpc_clnt_xprt_iter_init()
2763
data->xps =
xprt_switch_get
(xps);
in rpc_clnt_test_and_add_xprt()
2807
xprt_switch_get
(xps);
in rpc_clnt_setup_test_and_add_xprt()
2870
xps =
xprt_switch_get
(rcu_dereference(clnt->cl_xpi.xpi_xpswitch));
in rpc_clnt_add_xprt()
Completed in 11 milliseconds