Searched refs:ksm_merging_pages (Results 1 – 5 of 5) sorted by relevance
167 process_profit =~ ksm_merging_pages * sizeof(page) -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``
167 process_profit =~ ksm_merging_pages * sizeof(page) -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``
259 where ksm_saved_pages equals to the sum of ``ksm_merging_pages`` and266 ``ksm_merging_pages`` means a bad madvise-applied policy, so developers or270 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
913 rmap_item->mm->ksm_merging_pages--; in remove_node_from_stable_tree()1066 rmap_item->mm->ksm_merging_pages--; in remove_rmap_item_from_tree()2264 rmap_item->mm->ksm_merging_pages++; in stable_tree_append()3483 return (long)(mm->ksm_merging_pages + mm_ksm_zero_pages(mm)) * PAGE_SIZE - in ksm_process_profit()
1391 unsigned long ksm_merging_pages; member