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:rl_reply
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
160
rpcrdma_recv_buffer_put(req->
rl_reply
);
in xprt_rdma_bc_free_rqst()
161
req->
rl_reply
= NULL;
in xprt_rdma_bc_free_rqst()
262
req->
rl_reply
= rep;
in rpcrdma_bc_receive_call()
H
A
D
rpc_rdma.c
539
struct rpcrdma_rep *rep = req->
rl_reply
;
in rpcrdma_sendctx_done()
1418
rpcrdma_complete_rqst(req->
rl_reply
);
in rpcrdma_reply_done()
1481
if (req->
rl_reply
) {
in rpcrdma_reply_handler()
1482
trace_xprtrdma_leaked_rep(rqst, req->
rl_reply
);
in rpcrdma_reply_handler()
1483
rpcrdma_recv_buffer_put(req->
rl_reply
);
in rpcrdma_reply_handler()
1485
req->
rl_reply
= rep;
in rpcrdma_reply_handler()
H
A
D
frwr_ops.c
574
struct rpcrdma_rep *rep = mr->mr_req->
rl_reply
;
in frwr_wc_localinv_done()
661
rpcrdma_complete_rqst(req->
rl_reply
);
in frwr_unmap_async()
H
A
D
xprt_rdma.h
304
struct rpcrdma_rep *
rl_reply
;
member
H
A
D
verbs.c
1206
if (req->
rl_reply
) {
in rpcrdma_reply_put()
1207
rpcrdma_rep_put(buffers, req->
rl_reply
);
in rpcrdma_reply_put()
1208
req->
rl_reply
= NULL;
in rpcrdma_reply_put()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
154
struct rpcrdma_rep *rep = req->
rl_reply
;
in xprt_rdma_bc_free_rqst()
159
req->
rl_reply
= NULL;
in xprt_rdma_bc_free_rqst()
260
req->
rl_reply
= rep;
in rpcrdma_bc_receive_call()
H
A
D
rpc_rdma.c
523
struct rpcrdma_rep *rep = req->
rl_reply
;
in rpcrdma_sendctx_done()
1358
req->
rl_reply
= NULL;
in rpcrdma_unpin_rqst()
1417
rpcrdma_complete_rqst(req->
rl_reply
);
in rpcrdma_reply_done()
1480
if (unlikely(req->
rl_reply
))
in rpcrdma_reply_handler()
1481
rpcrdma_rep_put(buf, req->
rl_reply
);
in rpcrdma_reply_handler()
1482
req->
rl_reply
= rep;
in rpcrdma_reply_handler()
H
A
D
frwr_ops.c
579
rep = mr->mr_req->
rl_reply
;
in frwr_wc_localinv_done()
656
rpcrdma_unpin_rqst(req->
rl_reply
);
in frwr_unmap_async()
H
A
D
xprt_rdma.h
318
struct rpcrdma_rep *
rl_reply
;
member
H
A
D
verbs.c
1182
if (req->
rl_reply
) {
in rpcrdma_reply_put()
1183
rpcrdma_rep_put(buffers, req->
rl_reply
);
in rpcrdma_reply_put()
1184
req->
rl_reply
= NULL;
in rpcrdma_reply_put()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
rpcrdma.h
367
__entry->rep = rpcr_to_rdmar(rqst)->
rl_reply
;
Completed in 14 milliseconds