Lines Matching refs:occupied
29 s_objects[i].occupied = FALSE; in ObjectStartup()
53 s_objects[i].occupied = FALSE; in ObjectCleanupEvict()
85 return s_objects[slotIndex].occupied; in ObjectIsPresent()
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE); in ObjectGet()
259 if(!s_objects[i].occupied) // If found a free slot in ObjectAllocateSlot()
262 s_objects[i].occupied = TRUE; in ObjectAllocateSlot()
608 s_objects[index].occupied = FALSE; in ObjectFlush()
630 if(s_objects[i].occupied) // If found an occupied slot in ObjectFlushHierarchy()
636 s_objects[i].occupied = FALSE; in ObjectFlushHierarchy()
640 s_objects[i].occupied = FALSE; in ObjectFlushHierarchy()
644 s_objects[i].occupied = FALSE; in ObjectFlushHierarchy()
852 if(s_objects[i].occupied == TRUE) in ObjectCapGetLoaded()
892 if(s_objects[i].occupied == FALSE) num++; in ObjectCapGetTransientAvail()