Home
last modified time | relevance | path

Searched refs:pages_to_scan (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/trace/events/
H A Dksm.h259 TP_PROTO(s64 scan_time, unsigned long pages_to_scan,
262 TP_ARGS(scan_time, pages_to_scan, cpu_percent),
266 __field(unsigned long, pages_to_scan)
272 __entry->pages_to_scan = pages_to_scan;
277 __entry->scan_time, __entry->pages_to_scan,
/linux-6.15/Documentation/admin-guide/mm/
H A Dksm.rst79 pages_to_scan
81 e.g. ``echo 100 > /sys/kernel/mm/ksm/pages_to_scan``.
83 The pages_to_scan value cannot be changed if ``advisor_mode`` has
186 specifies the lower limit of the ``pages_to_scan`` parameter of the
190 specifies the upper limit of the ``pages_to_scan`` parameter of the
297 processed. Without an advisor the ``pages_to_scan`` parameter needs to be
299 changes the ``pages_to_scan`` parameter based on demand.
305 The scan time advisor changes the ``pages_to_scan`` parameter based on the
306 observed scan times. The possible values for the ``pages_to_scan`` parameter is
318 The ``pages_to_scan`` parameter is re-calculated after a scan has been completed.
H A Dtranshuge.rst241 /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
/linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/
H A Dksm.rst72 pages_to_scan
74 例如, ``echo 100 > /sys/kernel/mm/ksm/pages_to_scan``
/linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/
H A Dksm.rst72 pages_to_scan
74 例如, ``echo 100 > /sys/kernel/mm/ksm/pages_to_scan``
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm10 What: /sys/kernel/mm/ksm/pages_to_scan
27 pages_to_scan: how many present pages to scan before ksmd goes
/linux-6.15/tools/testing/selftests/mm/
H A Dthp_settings.h47 unsigned long pages_to_scan; member
H A Dthp_settings.c224 .pages_to_scan = thp_read_num("khugepaged/pages_to_scan"), in thp_read_settings()
275 thp_write_num("khugepaged/pages_to_scan", khugepaged->pages_to_scan); in thp_write_settings()
H A Dksm_tests.c32 unsigned long pages_to_scan; member
321 ksm_read_sysfs(KSM_FP("pages_to_scan"), &ksm_sysfs->pages_to_scan) || in ksm_save_def()
336 ksm_write_sysfs(KSM_FP("pages_to_scan"), ksm_sysfs->pages_to_scan) || in ksm_restore()
H A Dkhugepaged.c1209 default_settings.khugepaged.pages_to_scan = hpage_pmd_nr * 8; in main()
/linux-6.15/mm/
H A Dkhugepaged.c210 __ATTR_RW(pages_to_scan);
H A Dksm.c3356 KSM_ATTR(pages_to_scan);