Home
last modified time | relevance | path

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

/linux/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/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.rst284 /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
/linux/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/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/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/tools/testing/selftests/mm/
H A Dksm_functional_tests.c498 static int start_ksmd_and_set_frequency(char *pages_to_scan, char *sleep_ms) in start_ksmd_and_set_frequency() argument
509 if (write(pages_to_scan_fd, pages_to_scan, strlen(pages_to_scan)) <= 0) in start_ksmd_and_set_frequency()
H A Dthp_settings.h47 unsigned long pages_to_scan; member
H A Dthp_settings.c195 .pages_to_scan = thp_read_num("khugepaged/pages_to_scan"), in thp_write_num()
246 thp_write_num("khugepaged/pages_to_scan", khugepaged->pages_to_scan); in thp_read_settings()
H A Dksm_tests.c33 unsigned long pages_to_scan; member
294 ksm_read_sysfs(KSM_FP("pages_to_scan"), &ksm_sysfs->pages_to_scan) || in ksm_save_def()
309 ksm_write_sysfs(KSM_FP("pages_to_scan"), ksm_sysfs->pages_to_scan) || in ksm_restore()
H A Dkhugepaged.c1212 default_settings.khugepaged.pages_to_scan = hpage_pmd_nr * 8; in main()