Searched refs:next_free (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dobject_heap.c50 int next_free; local
58 next_free = heap->next_free;
67 obj->next_free = next_free;
68 next_free = i;
81 heap->next_free = next_free;
96 heap->next_free = LAST_FREE;
107 if (LAST_FREE == heap->next_free) {
[all...]
H A Dobject_heap.h40 int next_free; member in struct:object_base_s
47 int next_free; member in struct:object_heap_s
/hardware/intel/img/libdrm/libdrm/intel/
H A Dmm.c48 for(p = heap->next_free; p != heap; p = p->next_free) {
78 heap->next_free = block;
84 block->next_free = heap;
117 newblock->next_free = p->next_free;
119 p->next_free->prev_free = newblock;
120 p->next_free = newblock;
141 newblock->next_free = p->next_free;
[all...]
H A Dmm.h36 struct mem_block *next_free, *prev_free; member in struct:mem_block

Completed in 58 milliseconds