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:rvt_mr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
mr.h
53
struct
rvt_mr
{
struct
59
static inline struct
rvt_mr
*to_imr(struct ib_mr *ibmr)
in to_imr()
61
return container_of(ibmr, struct
rvt_mr
, ibmr);
in to_imr()
H
A
D
mr.c
279
static struct
rvt_mr
*__rvt_alloc_mr(int count, struct ib_pd *pd)
in __rvt_alloc_mr()
281
struct
rvt_mr
*mr;
in __rvt_alloc_mr()
314
static void __rvt_free_mr(struct
rvt_mr
*mr)
in __rvt_free_mr()
330
struct
rvt_mr
*mr;
in rvt_get_dma_mr()
381
struct
rvt_mr
*mr;
in rvt_reg_user_mr()
552
struct
rvt_mr
*mr = to_imr(ibmr);
in rvt_dereg_mr()
579
struct
rvt_mr
*mr;
in rvt_alloc_mr()
600
struct
rvt_mr
*mr = to_imr(ibmr);
in rvt_set_page()
625
* Overwrite
rvt_mr
length with mr length calculated by ib_sg_to_pages.
632
struct
rvt_mr
*m
in rvt_map_mr_sg()
[all...]
H
A
D
trace_mr.h
60
#define TRACE_SYSTEM
rvt_mr
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
mr.h
11
struct
rvt_mr
{
struct
17
static inline struct
rvt_mr
*to_imr(struct ib_mr *ibmr)
in to_imr()
19
return container_of(ibmr, struct
rvt_mr
, ibmr);
in to_imr()
H
A
D
mr.c
237
static struct
rvt_mr
*__rvt_alloc_mr(int count, struct ib_pd *pd)
in __rvt_alloc_mr()
239
struct
rvt_mr
*mr;
in __rvt_alloc_mr()
272
static void __rvt_free_mr(struct
rvt_mr
*mr)
in __rvt_free_mr()
288
struct
rvt_mr
*mr;
in rvt_get_dma_mr()
340
struct
rvt_mr
*mr;
in rvt_reg_user_mr()
511
struct
rvt_mr
*mr = to_imr(ibmr);
in rvt_dereg_mr()
538
struct
rvt_mr
*mr;
in rvt_alloc_mr()
559
struct
rvt_mr
*mr = to_imr(ibmr);
in rvt_set_page()
584
* Overwrite
rvt_mr
length with mr length calculated by ib_sg_to_pages.
591
struct
rvt_mr
*m
in rvt_map_mr_sg()
[all...]
H
A
D
trace_mr.h
18
#define TRACE_SYSTEM
rvt_mr
Completed in 3 milliseconds