Home
last modified time | relevance | path

Searched refs:ksm_rmap_items (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/Documentation/admin-guide/mm/
Dksm.rst209 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`` to
219 so if the ``ksm_rmap_items/ksm_merging_pages`` ratio exceeds 64 on 64-bit CPU
/linux-6.1.9/mm/
Dksm.c251 static unsigned long ksm_rmap_items; variable
380 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()
/linux-6.1.9/include/linux/
Dmm_types.h701 unsigned long ksm_rmap_items; member
/linux-6.1.9/fs/proc/
Dbase.c3209 seq_printf(m, "ksm_rmap_items %lu\n", mm->ksm_rmap_items); in proc_pid_ksm_stat()