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:heap_id_mask
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/
H
A
D
ion.h
69
* @
heap_id_mask
: mask of heap ids to allocate from
78
__u32
heap_id_mask
;
member
H
A
D
ionutils.c
72
/* Query ION
heap_id_mask
from ION heap */
in ion_export_buffer_fd()
95
alloc_data.
heap_id_mask
= 1 << heap_id;
in ion_export_buffer_fd()
/kernel/linux/linux-5.10/drivers/staging/android/uapi/
H
A
D
ion.h
62
* @
heap_id_mask
: mask of heap ids to allocate from
71
__u32
heap_id_mask
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
ion.h
22
__u32
heap_id_mask
;
member
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H
A
D
ion.c
342
static int ion_alloc(size_t len, unsigned int
heap_id_mask
, unsigned int flags)
in ion_alloc()
argument
351
pr_debug("%s: len %zu
heap_id_mask
%u flags %x\n", __func__,
in ion_alloc()
352
len,
heap_id_mask
, flags);
in ion_alloc()
367
if (!((1 << heap->id) &
heap_id_mask
))
in ion_alloc()
496
data.allocation.
heap_id_mask
,
in ion_ioctl()
Completed in 3 milliseconds