Re: Load-on-demand. How does the kernel locate the pages on secondary storage?

From: linux-os (Dick Johnson)
Date: Wed Dec 07 2005 - 14:00:41 EST



On Wed, 7 Dec 2005, Rik van Riel wrote:

> On Tue, 6 Dec 2005, Mohamed El Dawy wrote:
>
>> Assume we have a process running, not all the pages of the process
>> are in main memory. Some are swapped, and some are just not loaded
>> yet.
>> How does the kernel locate those pages on disk? Is there a pointer in
>> the page table? or is there some place else? Any pointers to source
>> code in the kernel would be greatly appreciated.
>
> http://linux-mm.org/PageFaultHandling
>
> --
> All Rights Reversed

Look at /usr/src/linux-`uname -r`/mm/swapfile.c scan_swap_map()
for a hint. They are indexed using cluster numbers and it's an easy
index because the swap i/o is in pages.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.13.4 on an i686 machine (5589.55 BogoMips).
Warning : 98.36% of all statistics are fiction.
.

****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@xxxxxxxxxxxx - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/