linux-5.15/per_cpu_pages
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#l313eef1]
#backlinks
*説明 [#t7b1a369]
-パス: [[linux-5.15/include/linux/mmzone.h]]
-FIXME: これは何?
--説明
**参考 [#c2139373]
*実装 [#d63d6dbc]
/* Fields and list protected by pagesets local_lock in p...
struct per_cpu_pages {
int count; /* number of pages in the list */
int high; /* high watermark, emptying needed */
int batch; /* chunk size for buddy add/remove */
short free_factor; /* batch scaling factor during free */
#ifdef CONFIG_NUMA
short expire; /* When 0, remote pagesets are drained */
#endif
/* Lists of pages, one per migrate type stored on the p...
struct list_head lists[NR_PCP_LISTS];
};
-
--[[linux-5.15/NR_PCP_LISTS]]
*コメント [#ob86eb38]
終了行:
*参照元 [#l313eef1]
#backlinks
*説明 [#t7b1a369]
-パス: [[linux-5.15/include/linux/mmzone.h]]
-FIXME: これは何?
--説明
**参考 [#c2139373]
*実装 [#d63d6dbc]
/* Fields and list protected by pagesets local_lock in p...
struct per_cpu_pages {
int count; /* number of pages in the list */
int high; /* high watermark, emptying needed */
int batch; /* chunk size for buddy add/remove */
short free_factor; /* batch scaling factor during free */
#ifdef CONFIG_NUMA
short expire; /* When 0, remote pagesets are drained */
#endif
/* Lists of pages, one per migrate type stored on the p...
struct list_head lists[NR_PCP_LISTS];
};
-
--[[linux-5.15/NR_PCP_LISTS]]
*コメント [#ob86eb38]
ページ名: