Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.c39 #define SUSPENDED -3 macro
162 if ((obj->next_free == ALLOCATED) || (obj->next_free == SUSPENDED)) { in object_heap_next()
182 ASSERT((obj->next_free == ALLOCATED) || (obj->next_free == SUSPENDED)); in object_heap_free()
200 ASSERT(obj->next_free != SUSPENDED); in object_heap_destroy()
218 obj->next_free = SUSPENDED; in object_heap_suspend_object()
220 ASSERT(obj->next_free == SUSPENDED); in object_heap_suspend_object()