Home
last modified time | relevance | path

Searched refs:mm_ksm_zero_pages (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dksm.h52 static inline long mm_ksm_zero_pages(struct mm_struct *mm) in mm_ksm_zero_pages() function
/openbmc/linux/mm/
H A Dksm.c3107 return (long)(mm->ksm_merging_pages + mm_ksm_zero_pages(mm)) * PAGE_SIZE - in ksm_process_profit()
/openbmc/linux/fs/proc/
H A Dbase.c3210 seq_printf(m, "ksm_zero_pages %ld\n", mm_ksm_zero_pages(mm)); in proc_pid_ksm_stat()