Searched refs:swapFile (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp320 swap_file* swapFile = it.Next();) {
321 if (slotIndex >= swapFile->first_slot
322 && slotIndex < swapFile->last_slot) {
323 return swapFile;
340 swap_file* swapFile = find_swap_file(slotIndex); local
341 slotIndex -= swapFile->first_slot;
342 radix_bitmap_dealloc(swapFile->bmp, slotIndex, count);
781 swap_file* swapFile = find_swap_file(startSlotIndex); local
783 off_t pos = (off_t)(startSlotIndex - swapFile->first_slot)
786 status_t status = vfs_read_pages(swapFile
846 swap_file* swapFile = find_swap_file(slotIndex); local
934 swap_file* swapFile = find_swap_file(slotIndex); local
1508 swap_file* swapFile = NULL; local
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp437 BEntry swapFile; local
439 swapFile.SetTo("/var/swap");
443 swapFile.SetTo(&root, "swap");
447 swapFile.GetSize(&swapFileSize);

Completed in 57 milliseconds