Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/mm/
A Dksm.rst168 ksm_rmap_items * sizeof(rmap_item).
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.rst207 ksm_rmap_items * sizeof(rmap_item).
210 and ksm_rmap_items is shown in ``/proc/<pid>/ksm_stat``.
212 From the perspective of application, a high ratio of ``ksm_rmap_items`` to
217 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux-6.3-rc2/mm/
A Dksm.c252 static unsigned long ksm_rmap_items; variable
381 ksm_rmap_items++; in alloc_rmap_item()
387 ksm_rmap_items--; in free_rmap_item()
388 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()
2237 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()
3123 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()
/linux-6.3-rc2/include/linux/
A Dmm_types.h750 unsigned long ksm_rmap_items; member
/linux-6.3-rc2/fs/proc/
A Dbase.c3209 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()

Completed in 20 milliseconds