Searched refs:full_scans (Results 1 – 9 of 9) sorted by relevance
7 What: /sys/kernel/mm/ksm/full_scans19 full_scans: how many times all mergeable areas have been
73 unsigned long full_scans, pages_unshared, pages_volatile; in ksm_print_sysfs() local 80 ksm_read_sysfs(KSM_FP("full_scans"), &full_scans) || in ksm_print_sysfs() 91 printf("full_scans : %lu\n", full_scans); in ksm_print_sysfs() 196 if (ksm_read_sysfs(KSM_FP("full_scans"), &init_scan)) in ksm_do_scan() 201 if (ksm_read_sysfs(KSM_FP("full_scans"), &cur_scan)) in ksm_do_scan()
565 int full_scans; in wait_for_scan() local575 full_scans = thp_read_num("khugepaged/full_scans") + 2; in wait_for_scan()581 if (thp_read_num("khugepaged/full_scans") >= full_scans) in wait_for_scan()
140 full_scans
209 full_scans
312 /sys/kernel/mm/transparent_hugepage/khugepaged/full_scans
230 __ATTR_RO(full_scans);
3832 KSM_ATTR_RO(full_scans);