Home
last modified time | relevance | path

Searched refs:full_scans (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm7 What: /sys/kernel/mm/ksm/full_scans
19 full_scans: how many times all mergeable areas have been
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_tests.c100 unsigned long full_scans, pages_unshared, pages_volatile; in ksm_print_sysfs() local
107 ksm_read_sysfs(KSM_FP("full_scans"), &full_scans) || in ksm_print_sysfs()
118 printf("full_scans : %lu\n", full_scans); in ksm_print_sysfs()
H A Dkhugepaged.c836 int full_scans; in wait_for_scan() local
848 full_scans = read_num("khugepaged/full_scans") + 2; in wait_for_scan()
854 if (read_num("khugepaged/full_scans") >= full_scans) in wait_for_scan()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/
H A Dksm.rst140 full_scans
/openbmc/linux/Documentation/admin-guide/mm/
H A Dksm.rst172 full_scans
H A Dtranshuge.rst205 /sys/kernel/mm/transparent_hugepage/khugepaged/full_scans
/openbmc/linux/mm/
H A Dkhugepaged.c227 __ATTR_RO(full_scans);
H A Dksm.c3447 KSM_ATTR_RO(full_scans);