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:sc_cid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_sendto.c
144
svc_rdma_send_cid_init(rdma, &ctxt->
sc_cid
);
in svc_rdma_send_ctxt_alloc()
292
trace_svcrdma_wc_send(wc, &ctxt->
sc_cid
);
in svc_rdma_wc_send()
298
trace_svcrdma_wc_send_err(wc, &ctxt->
sc_cid
);
in svc_rdma_wc_send()
300
trace_svcrdma_wc_send_flush(wc, &ctxt->
sc_cid
);
in svc_rdma_wc_send()
H
A
D
xprt_rdma.h
227
struct rpc_rdma_cid
sc_cid
;
member
H
A
D
verbs.c
148
trace_xprtrdma_wc_send(wc, &sc->
sc_cid
);
in rpcrdma_wc_send()
613
sc->
sc_cid
.ci_queue_id = ep->re_attr.send_cq->res.id;
in rpcrdma_sendctx_create()
614
sc->
sc_cid
.ci_completion_id =
in rpcrdma_sendctx_create()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rpcrdma.h
931
__entry->cq_id = sc->
sc_cid
.ci_queue_id;
932
__entry->completion_id = sc->
sc_cid
.ci_completion_id;
1662
__entry->cq_id = ctxt->
sc_cid
.ci_queue_id;
1663
__entry->completion_id = ctxt->
sc_cid
.ci_completion_id;
1956
__entry->cq_id = ctxt->
sc_cid
.ci_queue_id;
1957
__entry->completion_id = ctxt->
sc_cid
.ci_completion_id;
2010
__entry->cq_id = ctxt->
sc_cid
.ci_queue_id;
2011
__entry->completion_id = ctxt->
sc_cid
.ci_completion_id;
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
svc_rdma.h
154
struct rpc_rdma_cid
sc_cid
;
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
svc_rdma.h
153
struct rpc_rdma_cid
sc_cid
;
member
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_sendto.c
154
svc_rdma_send_cid_init(rdma, &ctxt->
sc_cid
);
in svc_rdma_send_ctxt_alloc()
283
trace_svcrdma_wc_send(wc, &ctxt->
sc_cid
);
in svc_rdma_wc_send()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
rpcrdma.h
1760
__entry->cq_id = ctxt->
sc_cid
.ci_queue_id;
1761
__entry->completion_id = ctxt->
sc_cid
.ci_completion_id;
Completed in 10 milliseconds