Searched refs:swap_slot_alloc (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp265 swap_slot_alloc(uint32 count) function
271 panic("swap_slot_alloc(): no swap file in the system\n");
299 panic("swap_slot_alloc: swap space exhausted!\n");
837 while ((slotIndex = swap_slot_alloc(n)) == SWAP_SLOT_NONE && n >= 2)
908 slotIndex = swap_slot_alloc(1);

Completed in 18 milliseconds