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:vmap_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/
H
A
D
heap-helpers.c
20
buffer->
vmap_cnt
= 0;
in init_heap_helper_buffer()
55
if (buffer->
vmap_cnt
> 0) {
in dma_heap_buffer_destroy()
67
if (buffer->
vmap_cnt
) {
in dma_heap_buffer_vmap_get()
68
buffer->
vmap_cnt
++;
in dma_heap_buffer_vmap_get()
75
buffer->
vmap_cnt
++;
in dma_heap_buffer_vmap_get()
81
if (!--buffer->
vmap_cnt
) {
in dma_heap_buffer_vmap_put()
207
if (buffer->
vmap_cnt
)
in dma_heap_dma_buf_begin_cpu_access()
227
if (buffer->
vmap_cnt
)
in dma_heap_dma_buf_end_cpu_access()
H
A
D
heap-helpers.h
22
* @
vmap_cnt
count of vmap references on the buffer
37
int
vmap_cnt
;
member
/kernel/linux/linux-6.6/drivers/dma-buf/heaps/
H
A
D
cma_heap.c
39
int
vmap_cnt
;
member
129
if (buffer->
vmap_cnt
)
in cma_heap_dma_buf_begin_cpu_access()
150
if (buffer->
vmap_cnt
)
in cma_heap_dma_buf_end_cpu_access()
212
if (buffer->
vmap_cnt
) {
in cma_heap_vmap()
213
buffer->
vmap_cnt
++;
in cma_heap_vmap()
224
buffer->
vmap_cnt
++;
in cma_heap_vmap()
237
if (!--buffer->
vmap_cnt
) {
in cma_heap_vunmap()
250
if (buffer->
vmap_cnt
> 0) {
in cma_heap_dma_buf_release()
H
A
D
system_heap.c
32
int
vmap_cnt
;
member
161
if (buffer->
vmap_cnt
)
in system_heap_dma_buf_begin_cpu_access()
182
if (buffer->
vmap_cnt
)
in system_heap_dma_buf_end_cpu_access()
250
if (buffer->
vmap_cnt
) {
in system_heap_vmap()
251
buffer->
vmap_cnt
++;
in system_heap_vmap()
263
buffer->
vmap_cnt
++;
in system_heap_vmap()
276
if (!--buffer->
vmap_cnt
) {
in system_heap_vunmap()
Completed in 2 milliseconds