Department of Computer Science
University of São Paulo
São Paulo, Brazil

Linux 2.4 Virtual Memory Overview
vmscan.c


On this page you can find some of our studies of Linux 2.4 VM system. This page was created to help us out to visualize VM system better. WARNING: this material is still very raw and some ideas may have not been correctly understood. If you have any suggestion or correction, please send an e-mail to us at [email protected].

description

In vmscan.c we have most of the important functions related to the Linux's VM subsystem. Including two very important kernel daemons, the traditional kswapd and the new kreclaimd. It is the group of functions that is directly linked to swap out process.

functions


Page last updated on "Mon Apr 30 08:43:27 2001"
Send feedback to
Rodrigo S. de Castro<[email protected]>