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_pool
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_memory_helper.c
215
struct nine_memfd_file *
memfd_pool
; /* Table (of size num_fd) of memfd files */
member
435
memfd_file = (void*)allocator->
memfd_pool
+ memfd_index*sizeof(struct nine_memfd_file);
in insert_new_allocation()
582
struct nine_memfd_file *memfd_file = (void*)allocator->
memfd_pool
+ memfd_index*sizeof(struct nine_memfd_file);
in nine_memfd_try_unmap_file()
713
memfd_file = (void*)allocator->
memfd_pool
+ (allocator->num_fd-1)*sizeof(struct nine_memfd_file);
in nine_memfd_allocator()
1024
allocator->
memfd_pool
= CALLOC(allocator->num_fd_max, sizeof(struct nine_memfd_file));
in nine_allocator_create()
1045
debug_dump_memfd_state(&allocator->
memfd_pool
[i], true);
in nine_allocator_destroy()
1046
assert(list_is_empty(&allocator->
memfd_pool
[i].locked_mapped_allocated_regions));
in nine_allocator_destroy()
1047
assert(list_is_empty(&allocator->
memfd_pool
[i].weak_unlocked_mapped_allocated_regions));
in nine_allocator_destroy()
1048
assert(list_is_empty(&allocator->
memfd_pool
[i].unlocked_mapped_allocated_regions));
in nine_allocator_destroy()
1049
assert(list_is_singular(&allocator->
memfd_pool
[
in nine_allocator_destroy()
[all...]
Completed in 3 milliseconds