Home
last modified time | relevance | path

Searched refs:ksm_merging_pages (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/translations/zh_CN/admin-guide/mm/
H A Dksm.rst167 process_profit =~ ksm_merging_pages * sizeof(page) -
170 其中ksm_merging_pages显示在 ``/proc/<pid>/`` 目录下,而ksm_rmap_items
173 从应用的角度来看, ``ksm_rmap_items`` 和 ``ksm_merging_pages`` 的高比例意
176 别是32B,在64位CPU架构上是64B。所以如果 ``ksm_rmap_items/ksm_merging_pages``
/linux/Documentation/translations/zh_TW/admin-guide/mm/
H A Dksm.rst167 process_profit =~ ksm_merging_pages * sizeof(page) -
170 其中ksm_merging_pages顯示在 ``/proc/<pid>/`` 目錄下,而ksm_rmap_items
173 從應用的角度來看, ``ksm_rmap_items`` 和 ``ksm_merging_pages`` 的高比例意
176 別是32B,在64位CPU架構上是64B。所以如果 ``ksm_rmap_items/ksm_merging_pages``
/linux/Documentation/admin-guide/mm/
H A Dksm.rst259 where ksm_saved_pages equals to the sum of ``ksm_merging_pages`` and
266 ``ksm_merging_pages`` means a bad madvise-applied policy, so developers or
270 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux/mm/
H A Dksm.c866 rmap_item->mm->ksm_merging_pages--; in remove_node_from_stable_tree()
1017 rmap_item->mm->ksm_merging_pages--; in remove_rmap_item_from_tree()
2295 rmap_item->mm->ksm_merging_pages++; in stable_tree_append()
3376 return (long)(mm->ksm_merging_pages + mm_ksm_zero_pages(mm)) * PAGE_SIZE - in ksm_process_profit()
/linux/include/linux/
H A Dmm_types.h978 unsigned long ksm_merging_pages; member
/linux/fs/proc/
H A Dbase.c3203 seq_printf(m, "%lu\n", mm->ksm_merging_pages); in proc_pid_ksm_merging_pages()
3218 seq_printf(m, "ksm_merging_pages %lu\n", mm->ksm_merging_pages); in proc_pid_ksm_stat()