Searched refs:ksm_rmap_items (Results 1 – 4 of 4) sorted by relevance
209 ksm_rmap_items * sizeof(rmap_item).212 and ksm_rmap_items is shown in ``/proc/<pid>/ksm_stat``.214 From the perspective of application, a high ratio of ``ksm_rmap_items`` to219 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
251 static unsigned long ksm_rmap_items; variable380 ksm_rmap_items++; in alloc_rmap_item()386 ksm_rmap_items--; in free_rmap_item()387 rmap_item->mm->ksm_rmap_items--; in free_rmap_item()2211 rmap_item->mm->ksm_rmap_items++; in get_next_rmap_item()3094 ksm_pages_volatile = ksm_rmap_items - ksm_pages_shared in pages_volatile_show()
701 unsigned long ksm_rmap_items; member
3209 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()