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:is_dmabuf
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_umem.h
27
u32
is_dmabuf
: 1;
member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
umem.c
266
if (umem->
is_dmabuf
)
in ib_umem_release()
H
A
D
umem_dmabuf.c
148
umem->
is_dmabuf
= 1;
in ib_umem_dmabuf_get()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
mlx5_ib.h
722
mr->umem->
is_dmabuf
;
in is_dmabuf_mr()
1660
if (!MLX5_CAP_GEN(dev->mdev, ats) || !umem->
is_dmabuf
)
in mlx5_umem_needs_ats()
H
A
D
umr.c
663
if (mr->umem->
is_dmabuf
&& (flags & MLX5_IB_UPD_XLT_ZAP))
in mlx5r_umr_update_mr_pas()
H
A
D
odp.c
745
if (mr->umem->
is_dmabuf
)
in pagefault_mr()
H
A
D
mr.c
1163
if (umem->
is_dmabuf
)
in alloc_cacheable_mr()
Completed in 12 milliseconds