public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* replacing the page replacement algo.
@ 2001-11-19  0:17 Shaya Potter
  2001-11-19  1:44 ` Rik van Riel
  0 siblings, 1 reply; 8+ messages in thread
From: Shaya Potter @ 2001-11-19  0:17 UTC (permalink / raw)
  To: linux-kernel

If I wanted to experiment with different algorithms that chose which
page to replace (say on a page fault) what functions would I have to
replace?  or in other words, is there any good place that explains the
code path of how pages are chosen to be swapped out.  For example, by
scheduling, its easy to replace the scheduler because all you need to
deal with is schedule() and possibly add_to/del_from runqueue, with
schedule() being the important function, is there an equivalent function
in 2.4 for choosing pages to swap out?

thanks,

shaya potter

-- 
spotter@{cs.columbia.edu,yucs.org}


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-12-28 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-19  0:17 replacing the page replacement algo Shaya Potter
2001-11-19  1:44 ` Rik van Riel
2001-11-19  2:31   ` Shaya Potter
2001-11-19  2:38     ` Rik van Riel
2001-11-19  2:51       ` Shaya Potter
2001-11-20  3:49         ` Eric W. Biederman
2001-12-28  8:23         ` Daniel Phillips
2001-12-28 12:22           ` Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox