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:POOL_HIGHPAGE
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/
H
A
D
page_pool.c
39
index =
POOL_HIGHPAGE
;
in dmabuf_page_pool_add()
71
page = dmabuf_page_pool_remove(pool,
POOL_HIGHPAGE
);
in dmabuf_page_pool_fetch()
110
count += pool->count[
POOL_HIGHPAGE
];
in dmabuf_page_pool_total()
183
page = dmabuf_page_pool_remove(pool,
POOL_HIGHPAGE
);
in dmabuf_page_pool_do_shrink()
H
A
D
page_pool.h
23
POOL_HIGHPAGE
, /* Clean highmem pages */
enumerator
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
H
A
D
page_pool.c
40
index =
POOL_HIGHPAGE
;
in dmabuf_page_pool_add()
73
page = dmabuf_page_pool_remove(pool,
POOL_HIGHPAGE
);
in dmabuf_page_pool_fetch()
109
count += pool->count[
POOL_HIGHPAGE
];
in dmabuf_page_pool_total()
178
page = dmabuf_page_pool_remove(pool,
POOL_HIGHPAGE
);
in dmabuf_page_pool_do_shrink()
H
A
D
page_pool.h
23
POOL_HIGHPAGE
, /* Clean highmem pages */
enumerator
/device/soc/rockchip/common/vendor/include/
H
A
D
page_pool.h
23
POOL_HIGHPAGE
, /* Clean highmem pages */
enumerator
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
page_pool.h
23
POOL_HIGHPAGE
, /* Clean highmem pages */
enumerator
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H
A
D
system_heap.c
530
num_pages += ((*pool)->count[POOL_LOWPAGE] + (*pool)->count[
POOL_HIGHPAGE
]) << (*pool)->order;
in system_get_pool_size()
Completed in 3 milliseconds