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:prev_free
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/intel/
H
A
D
mm.c
78
heap->
prev_free
= block;
in mmInit()
84
block->
prev_free
= heap;
in mmInit()
116
newblock->
prev_free
= p;
in SliceBlock()
117
p->next_free->
prev_free
= newblock;
in SliceBlock()
141
newblock->
prev_free
= p;
in SliceBlock()
142
p->next_free->
prev_free
= newblock;
in SliceBlock()
153
p->next_free->
prev_free
= p->
prev_free
;
in SliceBlock()
154
p->
prev_free
->next_free = p->next_free;
in SliceBlock()
157
p->
prev_free
in SliceBlock()
[all...]
H
A
D
mm.h
36
struct mem_block *next_free, *
prev_free
;
member
/third_party/mesa3d/src/util/
H
A
D
u_mm.c
90
heap->
prev_free
= block;
in u_mmInit()
96
block->
prev_free
= heap;
in u_mmInit()
129
newblock->
prev_free
= p;
in SliceBlock()
130
p->next_free->
prev_free
= newblock;
in SliceBlock()
153
newblock->
prev_free
= p;
in SliceBlock()
154
p->next_free->
prev_free
= newblock;
in SliceBlock()
165
p->next_free->
prev_free
= p->
prev_free
;
in SliceBlock()
166
p->
prev_free
->next_free = p->next_free;
in SliceBlock()
169
p->
prev_free
in SliceBlock()
[all...]
H
A
D
u_mm.h
39
struct mem_block *next_free, *
prev_free
;
member
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
51
memory_header *
prev_free
;
member
94
(size_t) hdr->
prev_free
, (size_t) hdr->next_free);
in debug_header()
155
if (hdr->
prev_free
!= NULL && hdr->
prev_free
== hdr->next_free) {
in verify_header()
157
mbedtls_fprintf(stderr, "FATAL:
prev_free
== next_free\n");
in verify_header()
273
if (cur->
prev_free
!= NULL) {
in buffer_alloc_calloc()
274
cur->
prev_free
->next_free = cur->next_free;
in buffer_alloc_calloc()
280
cur->next_free->
prev_free
= cur->
prev_free
;
in buffer_alloc_calloc()
283
cur->
prev_free
in buffer_alloc_calloc()
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H
A
D
hugemmap10.c
41
static long
prev_free
;
variable
125
prev_free
= f;
in verify_counters()
144
ef =
prev_free
;
in set_nr_hugepages_()
192
ef =
prev_free
;
in map_()
209
if (hpages + prev_resv >
prev_free
)
in map_()
210
shortfall = hpages -
prev_free
+ prev_resv;
in map_()
232
ef =
prev_free
;
in unmap_()
297
ef =
prev_free
- hpages;
in touch_()
301
if (hpages + prev_resv >
prev_free
)
in touch_()
302
et = prev_total + (hpages -
prev_free
in touch_()
[all...]
Completed in 3 milliseconds