Home
last modified time | relevance | path

Searched refs:prev_free (Results 1 – 14 of 14) sorted by relevance

/external/libdrm/intel/
Dmm.c82 heap->prev_free = block; in mmInit()
88 block->prev_free = heap; in mmInit()
120 newblock->prev_free = p; in SliceBlock()
121 p->next_free->prev_free = newblock; in SliceBlock()
145 newblock->prev_free = p; in SliceBlock()
146 p->next_free->prev_free = newblock; in SliceBlock()
157 p->next_free->prev_free = p->prev_free; in SliceBlock()
158 p->prev_free->next_free = p->next_free; in SliceBlock()
161 p->prev_free = 0; in SliceBlock()
214 q->next_free->prev_free = q->prev_free; in Join2Blocks()
[all …]
Dmm.h40 struct mem_block *next_free, *prev_free; member
/external/mesa3d/src/mesa/main/
Dmm.c81 heap->prev_free = block; in mmInit()
87 block->prev_free = heap; in mmInit()
120 newblock->prev_free = p; in SliceBlock()
121 p->next_free->prev_free = newblock; in SliceBlock()
144 newblock->prev_free = p; in SliceBlock()
145 p->next_free->prev_free = newblock; in SliceBlock()
156 p->next_free->prev_free = p->prev_free; in SliceBlock()
157 p->prev_free->next_free = p->next_free; in SliceBlock()
160 p->prev_free = 0; in SliceBlock()
230 q->next_free->prev_free = q->prev_free; in Join2Blocks()
[all …]
Dmm.h37 struct mem_block *next_free, *prev_free; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_mm.c90 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 = 0; in SliceBlock()
243 q->next_free->prev_free = q->prev_free; in Join2Blocks()
[all …]
Du_mm.h39 struct mem_block *next_free, *prev_free; member
/external/syslinux/core/mem/
Dmalloc.c54 nfp->prev_free = fp->prev_free; in __malloc_from_block()
55 fp->next_free->prev_free = nfp; in __malloc_from_block()
56 fp->prev_free->next_free = nfp; in __malloc_from_block()
63 fp->next_free->prev_free = fp->prev_free; in __malloc_from_block()
64 fp->prev_free->next_free = fp->next_free; in __malloc_from_block()
176 nah->next_free->prev_free = nah->prev_free; in bios_realloc()
177 nah->prev_free->next_free = nah->next_free; in bios_realloc()
213 nah->prev_free = head->prev_free; in bios_realloc()
215 head->prev_free = nah; in bios_realloc()
216 nah->prev_free->next_free = nah; in bios_realloc()
[all …]
Dfree.c43 ah->prev_free = head; in __free_block()
45 ah->next_free->prev_free = ah; in __free_block()
56 nah->next_free->prev_free = nah->prev_free; in __free_block()
57 nah->prev_free->next_free = nah->next_free; in __free_block()
Dmalloc.h71 struct free_arena_header *next_free, *prev_free; member
Dinit.c83 fp->a.next = fp->a.prev = fp->next_free = fp->prev_free = fp; in mem_init()
/external/syslinux/dos/
Dmalloc.c35 fp->next_free = fp->prev_free = &__malloc_head; in __init_memory_arena()
37 __malloc_head.next_free = __malloc_head.prev_free = fp; in __init_memory_arena()
66 nfp->prev_free = fp->prev_free; in __malloc_from_block()
67 fp->next_free->prev_free = nfp; in __malloc_from_block()
68 fp->prev_free->next_free = nfp; in __malloc_from_block()
74 fp->next_free->prev_free = fp->prev_free; in __malloc_from_block()
75 fp->prev_free->next_free = fp->next_free; in __malloc_from_block()
Dfree.c34 ah->prev_free = &__malloc_head; in __free_block()
36 ah->next_free->prev_free = ah; in __free_block()
46 nah->next_free->prev_free = nah->prev_free; in __free_block()
47 nah->prev_free->next_free = nah->next_free; in __free_block()
Dmalloc.h51 struct free_arena_header *next_free, *prev_free; member
/external/syslinux/com32/lib/
Dmalloc.h51 struct free_arena_header *next_free, *prev_free; member