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

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp632 off_t sourcePageIndex = offset >> PAGE_SHIFT; local
638 while (sourcePageIndex < sourceEndPageIndex
641 = SWAP_BLOCK_PAGES - (sourcePageIndex & SWAP_BLOCK_MASK);
643 swap_hash_key sourceKey = { source, sourcePageIndex };
646 sourcePageIndex += left;
653 left--, sourcePageIndex++, pageIndex++) {
678 swap_addr_t sourceBlockIndex = sourcePageIndex & SWAP_BLOCK_MASK;
696 sourcePageIndex, this, pageIndex);
700 sourcePageIndex += left;

Completed in 40 milliseconds