Searched refs:FVM_SLICE_ENTRY_FREE (Results 1 – 5 of 5) sorted by relevance
301 if (entry->Vpart() == FVM_SLICE_ENTRY_FREE) { in Load()368 if (GetSliceEntryLocked(i)->Vpart() == FVM_SLICE_ENTRY_FREE) { in FindFreeSliceLocked()374 if (GetSliceEntryLocked(i)->Vpart() == FVM_SLICE_ENTRY_FREE) { in FindFreeSliceLocked()541 ZX_DEBUG_ASSERT_MSG(entry->Vpart() != FVM_SLICE_ENTRY_FREE, "Freeing already-free slice"); in FreePhysicalSlice()542 entry->SetVpart(FVM_SLICE_ENTRY_FREE); in FreePhysicalSlice()552 ZX_DEBUG_ASSERT_MSG(entry->Vpart() == FVM_SLICE_ENTRY_FREE, in AllocatePhysicalSlice()
14 #define FVM_SLICE_ENTRY_FREE 0 macro
240 if (slice->Vpart() != FVM_SLICE_ENTRY_FREE) { in AllocateSlice()
134 if (slice_table[i].Vpart() != FVM_SLICE_ENTRY_FREE) { in LoadPartitions()
237 if (slice->Vpart() == FVM_SLICE_ENTRY_FREE) { in Extend()
Completed in 8 milliseconds