2010-03-24 7 views
2
/* 
* Each physical page in the system has a struct page associated with 
* it to keep track of whatever it is we are using the page for at the 
* moment. Note that we have no way to track which tasks are using 
* a page, though if it is a pagecache page, rmap structures can tell us 
* who is mapping it. 
*/ 

include/linux/mm_types.h 

ici S'il vous plaît laissez-moi savoir ce que signifie "page pagecache"?quoi pagecache page

Merci!

Répondre

3

Le pagecache est - comme son nom l'indique - un cache de pages physiques.

http://www.moses.uklinux.net/patches/lki-4.html

Il est utilisé pour stocker le système de fichiers cache (cache disque).

Les fichiers Mmaped semblent également utiliser pagecache.

Et la page "pagecache" signifie page, qui appartient à pagecache