Searched refs:ALLOCATED (Results 1 – 3 of 3) sorted by relevance
38 #define ALLOCATED -2 macro116 obj->next_free = ALLOCATED; in object_heap_allocate()135 if (obj->next_free != ALLOCATED) { in object_heap_lookup()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()199 ASSERT(obj->next_free != ALLOCATED); in object_heap_destroy()217 ASSERT(obj->next_free == ALLOCATED); in object_heap_suspend_object()221 obj->next_free = ALLOCATED; in object_heap_suspend_object()
186 ALLOCATED, enumerator
377 mState = ALLOCATED; in connectToDevice()474 if (mState >= ALLOCATED) { in disconnect()