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``
207 ksm_rmap_items * sizeof(rmap_item).210 and ksm_rmap_items is shown in ``/proc/<pid>/ksm_stat``.212 From the perspective of application, a high ratio of ``ksm_rmap_items`` to217 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
252 static unsigned long ksm_rmap_items; variable381 ksm_rmap_items++; in alloc_rmap_item()387 ksm_rmap_items--; in free_rmap_item()388 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()2237 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()3123 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()
750 unsigned long ksm_rmap_items; member
3209 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()
Completed in 20 milliseconds