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:dma_buf_unpin
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-buf.c
776
dma_buf_unpin
(attach);
in dma_buf_dynamic_attach()
822
dma_buf_unpin
(attach);
in dma_buf_detach()
860
*
dma_buf_unpin
- Remove lock from DMA-buf
864
void
dma_buf_unpin
(struct dma_buf_attachment *attach)
in dma_buf_unpin()
function
873
EXPORT_SYMBOL_GPL(
dma_buf_unpin
);
variable
931
dma_buf_unpin
(attach);
in dma_buf_map_attachment()
974
dma_buf_unpin
(attach);
in dma_buf_unmap_attachment()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
umem_dmabuf.c
214
dma_buf_unpin
(umem_dmabuf->attach);
in ib_umem_dmabuf_get_pinned()
229
dma_buf_unpin
(umem_dmabuf->attach);
in ib_umem_dmabuf_release()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-buf.h
105
* This is called by
dma_buf_unpin
and lets the exporter know that the
501
void
dma_buf_unpin
(struct dma_buf_attachment *attach);
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-buf.h
114
* This is called by
dma_buf_unpin
() and lets the exporter know that the
604
void
dma_buf_unpin
(struct dma_buf_attachment *attach);
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-buf.c
815
* -
dma_buf_unpin
()
1036
* Buffers must be unpinned by calling
dma_buf_unpin
().
1058
*
dma_buf_unpin
- Unpin a DMA-buf
1065
void
dma_buf_unpin
(struct dma_buf_attachment *attach)
in dma_buf_unpin()
function
1076
EXPORT_SYMBOL_NS_GPL(
dma_buf_unpin
, DMA_BUF);
1222
dma_buf_unpin
(attach);
in dma_buf_unmap_attachment()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
1030
dma_buf_unpin
(bo->tbo.base.import_attach);
in amdgpu_bo_unpin()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
1031
dma_buf_unpin
(bo->tbo.base.import_attach);
in amdgpu_bo_unpin()
Completed in 9 milliseconds