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:ib_umem_dmabuf
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_umem.h
31
struct
ib_umem_dmabuf
{
struct
43
static inline struct
ib_umem_dmabuf
*to_ib_umem_dmabuf(struct ib_umem *umem)
in to_ib_umem_dmabuf()
45
return container_of(umem, struct
ib_umem_dmabuf
, umem);
in to_ib_umem_dmabuf()
145
struct
ib_umem_dmabuf
*ib_umem_dmabuf_get(struct ib_device *device,
149
struct
ib_umem_dmabuf
*ib_umem_dmabuf_get_pinned(struct ib_device *device,
153
int ib_umem_dmabuf_map_pages(struct
ib_umem_dmabuf
*umem_dmabuf);
154
void ib_umem_dmabuf_unmap_pages(struct
ib_umem_dmabuf
*umem_dmabuf);
155
void ib_umem_dmabuf_release(struct
ib_umem_dmabuf
*umem_dmabuf);
185
struct
ib_umem_dmabuf
*ib_umem_dmabuf_get(struct ib_device *device,
in ib_umem_dmabuf_get()
193
static inline struct
ib_umem_dmabuf
*
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
umem_dmabuf.c
15
int ib_umem_dmabuf_map_pages(struct
ib_umem_dmabuf
*umem_dmabuf)
in ib_umem_dmabuf_map_pages()
83
void ib_umem_dmabuf_unmap_pages(struct
ib_umem_dmabuf
*umem_dmabuf)
in ib_umem_dmabuf_unmap_pages()
113
struct
ib_umem_dmabuf
*ib_umem_dmabuf_get(struct ib_device *device,
in ib_umem_dmabuf_get()
119
struct
ib_umem_dmabuf
*umem_dmabuf;
in ib_umem_dmabuf_get()
122
struct
ib_umem_dmabuf
*ret = ERR_PTR(-EINVAL);
in ib_umem_dmabuf_get()
176
struct
ib_umem_dmabuf
*umem_dmabuf = attach->importer_priv;
in ib_umem_dmabuf_unsupported_move_notify()
187
struct
ib_umem_dmabuf
*ib_umem_dmabuf_get_pinned(struct ib_device *device,
in ib_umem_dmabuf_get_pinned()
192
struct
ib_umem_dmabuf
*umem_dmabuf;
in ib_umem_dmabuf_get_pinned()
222
void ib_umem_dmabuf_release(struct
ib_umem_dmabuf
*umem_dmabuf)
in ib_umem_dmabuf_release()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
mr.c
1513
struct
ib_umem_dmabuf
*umem_dmabuf = attach->importer_priv;
in mlx5_ib_dmabuf_invalidate_cb()
1537
struct
ib_umem_dmabuf
*umem_dmabuf;
in mlx5_ib_reg_user_mr_dmabuf()
H
A
D
odp.c
693
struct
ib_umem_dmabuf
*umem_dmabuf = to_ib_umem_dmabuf(mr->umem);
in pagefault_dmabuf_mr()
H
A
D
devx.c
2197
struct
ib_umem_dmabuf
*umem_dmabuf;
in devx_umem_get()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
1667
struct
ib_umem_dmabuf
*umem_dmabuf;
in efa_reg_user_mr_dmabuf()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
4084
struct
ib_umem_dmabuf
*umem_dmabuf;
in bnxt_re_reg_user_mr_dmabuf()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.c
3079
struct
ib_umem_dmabuf
*umem_dmabuf;
in irdma_reg_user_mr_dmabuf()
Completed in 24 milliseconds