Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/
H 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.15/Documentation/translations/zh_CN/admin-guide/mm/
H 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.15/mm/
H A Dksm.c267 static unsigned long ksm_rmap_items; variable
568 ksm_rmap_items++; in alloc_rmap_item()
574 ksm_rmap_items--; in free_rmap_item()
575 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()
2381 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()
2473 trace_ksm_start_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()
2642 trace_ksm_stop_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()
3294 mm->ksm_rmap_items * sizeof(struct ksm_rmap_item); in ksm_process_profit()
3560 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()
3592 ksm_rmap_items * sizeof(struct ksm_rmap_item); in general_profit_show()
/linux-6.15/Documentation/admin-guide/mm/
H A Dksm.rst257 ksm_rmap_items * sizeof(rmap_item).
261 ``/proc/<pid>/ksm_stat``, and ksm_rmap_items is also shown in
265 From the perspective of application, a high ratio of ``ksm_rmap_items`` to
270 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux-6.15/include/linux/
H A Dmm_types.h1144 unsigned long ksm_rmap_items; member
/linux-6.15/fs/proc/
H A Dbase.c3267 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()
/linux-6.15/Documentation/filesystems/
H A Dproc.rst2291 ksm_rmap_items 0
2301 ksm_rmap_items subsubsection