Searched refs:ksm_rmap_items (Results 1 – 5 of 5) 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``
273 static unsigned long ksm_rmap_items; variable574 ksm_rmap_items++; in alloc_rmap_item()580 ksm_rmap_items--; in free_rmap_item()581 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()2438 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()2626 trace_ksm_start_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()2806 trace_ksm_stop_scan(ksm_scan.seqnr, ksm_rmap_items); in scan_get_next_rmap_item()3484 mm->ksm_rmap_items * sizeof(struct ksm_rmap_item); in ksm_process_profit()3749 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()3781 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
1396 unsigned long ksm_rmap_items; member