Searched refs:BusyEntry (Results 1 – 1 of 1) sorted by relevance
575 PBL_BUSY_HEAP_ENTRY BusyEntry, FreeEntry, NextEntry; in BlMmAllocateHeap() local603 BusyEntry = MmHapFindBufferInFreeList(BufferSize); in BlMmAllocateHeap()604 if (BusyEntry) in BlMmAllocateHeap()639 BusyEntry = FreeEntry; in BlMmAllocateHeap()655 BusyEntry->BufferNext.P = MmHapDecodeLink(BusyEntry->BufferNext); in BlMmAllocateHeap()659 return &BusyEntry->Buffer; in BlMmAllocateHeap()667 PBL_BUSY_HEAP_ENTRY BusyEntry; in BlMmFreeHeap() local695 if (((ULONG_PTR)Heap->HeapBase <= (ULONG_PTR)BusyEntry) && in BlMmFreeHeap()696 ((ULONG_PTR)BusyEntry < (ULONG_PTR)Heap->HeapStart)) in BlMmFreeHeap()699 if (BusyEntry->BufferNext.BufferFree) in BlMmFreeHeap()[all …]