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:rw_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_rw.c
38
struct list_head
rw_list
;
member
49
rw_list
);
in svc_rdma_next_ctxt()
61
list_del(&ctxt->
rw_list
);
in svc_rdma_get_rw_ctxt()
69
INIT_LIST_HEAD(&ctxt->
rw_list
);
in svc_rdma_get_rw_ctxt()
92
list_add(&ctxt->
rw_list
, &rdma->sc_rw_ctxts);
in svc_rdma_put_rw_ctxt()
106
list_del(&ctxt->
rw_list
);
in svc_rdma_destroy_rw_ctxts()
179
list_del(&ctxt->
rw_list
);
in svc_rdma_cc_release()
352
ctxt = list_entry(tmp, struct svc_rdma_rw_ctxt,
rw_list
);
in svc_rdma_post_chunk_ctxt()
476
list_add(&ctxt->
rw_list
, &cc->cc_rwctxts);
in svc_rdma_build_writes()
678
list_add(&ctxt->
rw_list
,
in svc_rdma_build_read_segment()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_rw.c
39
struct list_head
rw_list
;
member
50
rw_list
);
in svc_rdma_next_ctxt()
70
INIT_LIST_HEAD(&ctxt->
rw_list
);
in svc_rdma_get_rw_ctxt()
197
list_del(&ctxt->
rw_list
);
in svc_rdma_cc_release()
382
ctxt = list_entry(tmp, struct svc_rdma_rw_ctxt,
rw_list
);
in svc_rdma_post_chunk_ctxt()
505
list_add(&ctxt->
rw_list
, &cc->cc_rwctxts);
in svc_rdma_build_writes()
754
list_add(&ctxt->
rw_list
, &cc->cc_rwctxts);
in svc_rdma_build_read_segment()
Completed in 3 milliseconds