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:rg_device
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
xprt_rdma.h
115
struct ib_device *
rg_device
;
member
137
return rb->
rg_device
;
in rdmab_device()
486
* Returns true if the buffer is now mapped to rb->
rg_device
.
490
return rb->
rg_device
!= NULL;
in rpcrdma_regbuf_is_mapped()
H
A
D
verbs.c
1279
rb->
rg_device
= NULL;
in rpcrdma_regbuf_alloc()
1332
rb->
rg_device
= device;
in __rpcrdma_regbuf_dma_map()
1345
ib_dma_unmap_single(rb->
rg_device
, rdmab_addr(rb), rdmab_length(rb),
in rpcrdma_regbuf_dma_unmap()
1347
rb->
rg_device
= NULL;
in rpcrdma_regbuf_dma_unmap()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
xprt_rdma.h
122
struct ib_device *
rg_device
;
member
144
return rb->
rg_device
;
in rdmab_device()
499
* Returns true if the buffer is now mapped to rb->
rg_device
.
503
return rb->
rg_device
!= NULL;
in rpcrdma_regbuf_is_mapped()
H
A
D
verbs.c
1243
rb->
rg_device
= NULL;
in rpcrdma_regbuf_alloc()
1296
rb->
rg_device
= device;
in __rpcrdma_regbuf_dma_map()
1309
ib_dma_unmap_single(rb->
rg_device
, rdmab_addr(rb), rdmab_length(rb),
in rpcrdma_regbuf_dma_unmap()
1311
rb->
rg_device
= NULL;
in rpcrdma_regbuf_dma_unmap()
Completed in 6 milliseconds