Searched refs:pages_to_scan (Results 1 – 11 of 11) sorted by relevance
| /linux/include/trace/events/ |
| H A D | ksm.h | 259 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 D | ksm.rst | 79 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 D | transhuge.rst | 284 /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
|
| /linux/Documentation/translations/zh_CN/admin-guide/mm/ |
| H A D | ksm.rst | 72 pages_to_scan 74 例如, ``echo 100 > /sys/kernel/mm/ksm/pages_to_scan``
|
| /linux/Documentation/translations/zh_TW/admin-guide/mm/ |
| H A D | ksm.rst | 72 pages_to_scan 74 例如, ``echo 100 > /sys/kernel/mm/ksm/pages_to_scan``
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-ksm | 10 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 D | ksm_functional_tests.c | 498 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 D | thp_settings.h | 47 unsigned long pages_to_scan; member
|
| H A D | thp_settings.c | 195 .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 D | ksm_tests.c | 33 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 D | khugepaged.c | 1212 default_settings.khugepaged.pages_to_scan = hpage_pmd_nr * 8; in main()
|