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:compound_order
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H
A
D
system_heap.c
360
__free_pages(page,
compound_order
(page));
in system_heap_buf_free()
363
if (
compound_order
(page) == orders[j]) {
in system_heap_buf_free()
459
max_order =
compound_order
(page);
in system_heap_do_allocate()
506
__free_pages(p,
compound_order
(p));
in system_heap_do_allocate()
510
list_for_each_entry_safe(page, tmp_page, &pages, lru) __free_pages(page,
compound_order
(page));
in system_heap_do_allocate()
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/
H
A
D
page_pool.c
97
if (WARN_ON(pool->order !=
compound_order
(page))) {
in dmabuf_page_pool_free()
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/
H
A
D
page_pool.c
97
if (WARN_ON(pool->order !=
compound_order
(page)))
in dmabuf_page_pool_free()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
mm.h
941
static inline unsigned int
compound_order
(struct page *page)
in compound_order()
function
946
return page[1].
compound_order
;
in compound_order()
957
return PageCompound(page) &&
compound_order
(page) > 1;
in hpage_pincount_available()
974
page[1].
compound_order
= order;
in set_compound_order()
990
return PAGE_SIZE <<
compound_order
(page);
in page_size()
996
return PAGE_SHIFT +
compound_order
(page);
in page_shift()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_device.c
637
if (sz > (PAGE_SIZE <<
compound_order
(page))) {
in osal_irq_mmap()
Completed in 9 milliseconds