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_put
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
sysfs.c
101
xprt_put
(xprt);
in rpc_sysfs_xprt_dstaddr_show()
128
xprt_put
(xprt);
in rpc_sysfs_xprt_srcaddr_show()
161
xprt_put
(xprt);
in rpc_sysfs_xprt_info_show()
205
xprt_put
(xprt);
in rpc_sysfs_xprt_state_show()
244
xprt_put
(xprt);
in rpc_sysfs_xprt_dstaddr_store()
278
xprt_put
(xprt);
in rpc_sysfs_xprt_dstaddr_store()
333
xprt_put
(xprt);
in rpc_sysfs_xprt_state_change()
H
A
D
clnt.c
455
xprt_put
(xprt);
in rpc_new_client()
473
xprt_put
(xprt);
in rpc_create_xprt()
646
xprt_put
(xprt);
in __rpc_clone_client()
748
xprt_put
(xprt);
in rpc_switch_client_transport()
784
xprt_put
(old);
in rpc_switch_client_transport()
794
xprt_put
(xprt);
in rpc_switch_client_transport()
856
xprt_put
(xprt);
in rpc_clnt_iterate_for_each_xprt()
976
xprt_put
(rcu_dereference_raw(clnt->cl_xprt));
in rpc_free_client_work()
1100
xprt_put
(xprt);
in rpc_task_release_xprt()
1112
xprt_put
(xpr
in rpc_task_release_transport()
[all...]
H
A
D
xprtmultipath.c
92
xprt_put
(xprt);
in rpc_xprt_switch_remove_xprt()
161
xprt_put
(xprt);
in xprt_switch_free_entries()
H
A
D
rpcb_clnt.c
159
xprt_put
(map->r_xprt);
in rpcb_map_release()
694
xprt_put
(xprt);
in rpcb_getport_async()
788
xprt_put
(xprt);
in rpcb_getport_async()
H
A
D
debugfs.c
207
xprt_put
(xprt);
in xprt_info_release()
H
A
D
backchannel_rqst.c
311
xprt_put
(xprt);
in xprt_free_bc_rqst()
H
A
D
xprt.c
2151
*
xprt_put
- release a reference to an RPC transport.
2155
void
xprt_put
(struct rpc_xprt *xprt)
in xprt_put()
function
2160
EXPORT_SYMBOL_GPL(
xprt_put
);
variable
H
A
D
xprtsock.c
2550
xprt_put
(lower_xprt);
in xs_tls_handshake_done()
2605
xprt_put
(lower_xprt);
in xs_tls_handshake_sync()
3575
xprt_put
(xprt);
in xs_setup_bc_tcp()
H
A
D
svc_xprt.c
177
xprt_put
(xprt->xpt_bc_xprt);
in svc_xprt_free()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
clnt.c
449
xprt_put
(xprt);
in rpc_new_client()
467
xprt_put
(xprt);
in rpc_create_xprt()
627
xprt_put
(xprt);
in __rpc_clone_client()
729
xprt_put
(xprt);
in rpc_switch_client_transport()
764
xprt_put
(old);
in rpc_switch_client_transport()
774
xprt_put
(xprt);
in rpc_switch_client_transport()
822
xprt_put
(xprt);
in rpc_clnt_iterate_for_each_xprt()
890
xprt_put
(rcu_dereference_raw(clnt->cl_xprt));
in rpc_free_client_work()
1017
xprt_put
(xprt);
in rpc_task_release_xprt()
1029
xprt_put
(xpr
in rpc_task_release_transport()
[all...]
H
A
D
xprtmultipath.c
86
xprt_put
(xprt);
in rpc_xprt_switch_remove_xprt()
127
xprt_put
(xprt);
in xprt_switch_free_entries()
H
A
D
rpcb_clnt.c
158
xprt_put
(map->r_xprt);
in rpcb_map_release()
669
xprt_put
(xprt);
in rpcb_getport_async()
762
xprt_put
(xprt);
in rpcb_getport_async()
H
A
D
backchannel_rqst.c
325
xprt_put
(xprt);
in xprt_free_bc_rqst()
H
A
D
debugfs.c
207
xprt_put
(xprt);
in xprt_info_release()
H
A
D
xprt.c
2068
*
xprt_put
- release a reference to an RPC transport.
2072
void
xprt_put
(struct rpc_xprt *xprt)
in xprt_put()
function
2077
EXPORT_SYMBOL_GPL(
xprt_put
);
variable
H
A
D
svc_xprt.c
153
xprt_put
(xprt->xpt_bc_xprt);
in svc_xprt_free()
H
A
D
xprtsock.c
3092
xprt_put
(xprt);
in xs_setup_bc_tcp()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
166
xprt_put
(xprt);
in xprt_rdma_bc_free_rqst()
H
A
D
svc_rdma_transport.c
555
xprt_put
(xprt->xpt_bc_xprt);
in __svc_rdma_free()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
164
xprt_put
(xprt);
in xprt_rdma_bc_free_rqst()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprt.h
365
void
xprt_put
(struct rpc_xprt *xprt);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprt.h
395
void
xprt_put
(struct rpc_xprt *xprt);
Completed in 32 milliseconds