【问题标题】:what is pagecache page什么是pagecache页面
【发布时间】:2014-04-14 18:39:59
【问题描述】:
/*
 * 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

这里请让我知道“pagecache page”是什么意思?

谢谢!

【问题讨论】:

    标签: linux-kernel kernel


    【解决方案1】:

    pagecache 顾名思义是物理页面的缓存。

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

    用于存放文件系统缓存(磁盘缓存)。

    Mmaped 文件似乎也使用了页面缓存。

    而“pagecache page”指的是page,属于pagecache

    【讨论】:

      猜你喜欢
      • 2015-07-04
      • 2010-10-11
      • 2011-01-30
      • 2015-08-30
      • 1970-01-01
      • 1970-01-01
      • 2021-12-28
      • 2015-04-25
      • 1970-01-01
      相关资源
      最近更新 更多