Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/mm/
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-6.6.21/Documentation/admin-guide/mm/
Dksm.rst222 where ksm_saved_pages equals to the sum of ``ksm_merging_pages`` and
229 ``ksm_merging_pages`` means a bad madvise-applied policy, so developers or
233 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux-6.6.21/mm/
Dksm.c683 rmap_item->mm->ksm_merging_pages--; in remove_node_from_stable_tree()
834 rmap_item->mm->ksm_merging_pages--; in remove_rmap_item_from_tree()
2103 rmap_item->mm->ksm_merging_pages++; in stable_tree_append()
3110 return (long)(mm->ksm_merging_pages + mm->ksm_zero_pages) * PAGE_SIZE - in ksm_process_profit()
/linux-6.6.21/include/linux/
Dmm_types.h892 unsigned long ksm_merging_pages; member
/linux-6.6.21/fs/proc/
Dbase.c3196 seq_printf(m, "%lu\n", mm->ksm_merging_pages); in proc_pid_ksm_merging_pages()
3211 seq_printf(m, "ksm_merging_pages %lu\n", mm->ksm_merging_pages); in proc_pid_ksm_stat()