Searched refs:fFreeSlotCondition (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp70 ConditionVariable fFreeSlotCondition; member in class:PhysicalPageSlotQueue
224 fFreeSlotCondition.Init(this, "physical page ops slot queue");
237 fFreeSlotCondition.Add(&entry);
280 fFreeSlotCondition.NotifyAll();
282 fFreeSlotCondition.NotifyAll();
297 fFreeSlotCondition.NotifyAll();
299 fFreeSlotCondition.NotifyAll();
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp78 ConditionVariable fFreeSlotCondition; member in class:PhysicalPageSlotQueue
231 fFreeSlotCondition.Init(this, "physical page ops slot queue");
244 fFreeSlotCondition.Add(&entry);
287 fFreeSlotCondition.NotifyAll();
289 fFreeSlotCondition.NotifyAll();
304 fFreeSlotCondition.NotifyAll();
306 fFreeSlotCondition.NotifyAll();
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp72 ConditionVariable fFreeSlotCondition; member in class:PhysicalPageSlotQueue
226 fFreeSlotCondition.Init(this, "physical page ops slot queue");
239 fFreeSlotCondition.Add(&entry);
282 fFreeSlotCondition.NotifyAll();
284 fFreeSlotCondition.NotifyAll();
299 fFreeSlotCondition.NotifyAll();
301 fFreeSlotCondition.NotifyAll();

Completed in 46 milliseconds