Searched refs:ksm_rmap_items (Results 1 – 8 of 8) sorted by relevance
168 ksm_rmap_items * sizeof(rmap_item).170 其中ksm_merging_pages显示在 ``/proc/<pid>/`` 目录下,而ksm_rmap_items173 从应用的角度来看, ``ksm_rmap_items`` 和 ``ksm_merging_pages`` 的高比例意176 别是32B,在64位CPU架构上是64B。所以如果 ``ksm_rmap_items/ksm_merging_pages``
168 ksm_rmap_items * sizeof(rmap_item).170 其中ksm_merging_pages顯示在 ``/proc/<pid>/`` 目錄下,而ksm_rmap_items173 從應用的角度來看, ``ksm_rmap_items`` 和 ``ksm_merging_pages`` 的高比例意176 別是32B,在64位CPU架構上是64B。所以如果 ``ksm_rmap_items/ksm_merging_pages``
63 mm->ksm_rmap_items = 0; in ksm_fork()
1204 unsigned long ksm_rmap_items; member
267 static unsigned long ksm_rmap_items; variable568 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()2382 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()2563 trace_ksm_start_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()2738 trace_ksm_stop_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()3402 mm->ksm_rmap_items * sizeof(struct ksm_rmap_item); in ksm_process_profit()3668 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()3700 ksm_rmap_items * sizeof(struct ksm_rmap_item); in general_profit_show()
257 ksm_rmap_items * sizeof(rmap_item).261 ``/proc/<pid>/ksm_stat``, and ksm_rmap_items is also shown in265 From the perspective of application, a high ratio of ``ksm_rmap_items`` to270 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
3274 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()
2302 ksm_rmap_items 02312 ksm_rmap_items subsubsection