Home
last modified time | relevance | path

Searched refs:fMemoryWaitersCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp33 fMemoryWaitersCount(0) in PhysicalMemoryAllocator()
206 fMemoryWaitersCount++; in Allocate()
219 fMemoryWaitersCount--; in Allocate()
296 if (fMemoryWaitersCount > 0) in Deallocate()
H A DPhysicalMemoryAllocator.h60 uint32 fMemoryWaitersCount; variable