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:re_inline_send
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
50
maxmsg = min_t(unsigned int, ep->
re_inline_send
, ep->re_inline_recv);
in xprt_rdma_bc_maxpayload()
H
A
D
verbs.c
232
if (wsize < ep->
re_inline_send
)
in rpcrdma_update_cm_private()
233
ep->
re_inline_send
= wsize;
in rpcrdma_update_cm_private()
419
ep->
re_inline_send
= xprt_rdma_max_inline_write;
in rpcrdma_ep_create()
474
pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->
re_inline_send
);
in rpcrdma_ep_create()
H
A
D
xprt_rdma.h
94
unsigned int
re_inline_send
; /* negotiated */
member
H
A
D
rpc_rdma.c
117
ep->
re_inline_send
- rpcrdma_max_call_header_size(maxsegs);
in rpcrdma_set_max_header_sizes()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
backchannel.c
46
maxmsg = min_t(unsigned int, ep->
re_inline_send
, ep->re_inline_recv);
in xprt_rdma_bc_maxpayload()
H
A
D
verbs.c
208
if (wsize < ep->
re_inline_send
)
in rpcrdma_update_cm_private()
209
ep->
re_inline_send
= wsize;
in rpcrdma_update_cm_private()
392
ep->
re_inline_send
= xprt_rdma_max_inline_write;
in rpcrdma_ep_create()
437
pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->
re_inline_send
);
in rpcrdma_ep_create()
H
A
D
xprt_rdma.h
97
unsigned int
re_inline_send
; /* negotiated */
member
H
A
D
rpc_rdma.c
113
ep->
re_inline_send
- rpcrdma_max_call_header_size(maxsegs);
in rpcrdma_set_max_header_sizes()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
rpcrdma.h
406
__entry->inline_send = ep->
re_inline_send
;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rpcrdma.h
653
__entry->inline_send = ep->
re_inline_send
;
Completed in 19 milliseconds