Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/mm/
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-6.3-rc2/Documentation/admin-guide/mm/
A Dksm.rst206 process_profit =~ ksm_merging_pages * sizeof(page) -
209 where ksm_merging_pages is shown under the directory ``/proc/<pid>/``,
213 ``ksm_merging_pages`` means a bad madvise-applied policy, so developers or
217 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux-6.3-rc2/include/linux/
A Dmm_types.h745 unsigned long ksm_merging_pages; member
/linux-6.3-rc2/mm/
A Dksm.c641 rmap_item->mm->ksm_merging_pages--; in remove_node_from_stable_tree()
791 rmap_item->mm->ksm_merging_pages--; in remove_rmap_item_from_tree()
2043 rmap_item->mm->ksm_merging_pages++; in stable_tree_append()
/linux-6.3-rc2/fs/proc/
A Dbase.c3196 seq_printf(m, "%lu\n", mm->ksm_merging_pages); in proc_pid_ksm_merging_pages()

Completed in 18 milliseconds