Searched refs:ksm_rmap_items (Results 1 – 6 of 6) 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``
268 static unsigned long ksm_rmap_items; variable569 ksm_rmap_items++; in alloc_rmap_item()575 ksm_rmap_items--; in free_rmap_item()576 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()2374 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()2466 trace_ksm_start_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()2635 trace_ksm_stop_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()3268 mm->ksm_rmap_items * sizeof(struct ksm_rmap_item); in ksm_process_profit()3534 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()3566 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
1010 unsigned long ksm_rmap_items; member
3274 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()