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:memfd_index
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_memory_helper.c
425
int
memfd_index
;
in insert_new_allocation()
local
434
for (
memfd_index
= 0;
memfd_index
< allocator->num_fd;
memfd_index
++) {
in insert_new_allocation()
435
memfd_file = (void*)allocator->memfd_pool +
memfd_index
*sizeof(struct nine_memfd_file);
in insert_new_allocation()
531
/* Try to unmap the
memfd_index
-th file if not already unmapped.
575
/* Try to unmap the regions of the
memfd_index
-th file if not already unmapped.
579
int
memfd_index
,
in nine_memfd_try_unmap_file()
582
struct nine_memfd_file *memfd_file = (void*)allocator->memfd_pool +
memfd_index
*sizeof(struct nine_memfd_file);
in nine_memfd_try_unmap_file()
585
memfd_index
, memfd_fil
in nine_memfd_try_unmap_file()
578
nine_memfd_try_unmap_file(struct nine_allocator *allocator, int
memfd_index
, bool weak)
nine_memfd_try_unmap_file()
argument
[all...]
Completed in 2 milliseconds