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:num_fd
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_memory_helper.c
212
int
num_fd
; /* Number of memfd files */ /* TODO release unused memfd files */
member
215
struct nine_memfd_file *memfd_pool; /* Table (of size
num_fd
) of memfd files */
313
DBG("Num memfd files: %d / %d\n", allocator->
num_fd
, allocator->num_fd_max);
in debug_dump_allocator_state()
434
for (memfd_index = 0; memfd_index < allocator->
num_fd
; memfd_index++) {
in insert_new_allocation()
620
for (i = 0; i < allocator->
num_fd
; i++) {
in nine_memfd_files_unmap()
630
for (i = 0; i < allocator->
num_fd
; i++) {
in nine_memfd_files_unmap()
650
for (i = 0; i < allocator->
num_fd
; i++) {
in nine_memfd_files_unmap()
709
if (allocator->
num_fd
== allocator->num_fd_max)
in nine_memfd_allocator()
712
allocator->
num_fd
++;
in nine_memfd_allocator()
713
memfd_file = (void*)allocator->memfd_pool + (allocator->
num_fd
in nine_memfd_allocator()
[all...]
Completed in 3 milliseconds