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

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp96 swap_addr_t last_slot; member in struct:swap_file
243 swap_addr_t total = file->last_slot - file->first_slot;
306 < (sSwapFileAlloc->last_slot - sSwapFileAlloc->first_slot) / 10) {
322 && slotIndex < swapFile->last_slot) {
1480 swap->last_slot = pageCount;
1483 swap->first_slot = sSwapFileList.Last()->last_slot + 1;
1484 swap->last_slot = swap->first_slot + pageCount;
1523 if (swapFile->bmp->free_slots < swapFile->last_slot - swapFile->first_slot)
1531 sAvailSwapSpace -= (off_t)(swapFile->last_slot - swapFile->first_slot)
1803 totalSwapSlots += swapFile->last_slot
[all...]

Completed in 29 milliseconds