Searched refs:sAllocationEntryDontWait (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/slab/
H A DMemoryManager.h230 static AllocationEntry* sAllocationEntryDontWait; member in class:MemoryManager
H A DMemoryManager.cpp56 MemoryManager::AllocationEntry* MemoryManager::sAllocationEntryDontWait; member in class:MemoryManager
978 if (sAllocationEntryDontWait != NULL) {
979 allocationEntry = sAllocationEntryDontWait;
997 ? sAllocationEntryDontWait : sAllocationEntryCanWait;

Completed in 57 milliseconds