Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c41 static int pages_to_scan_fd; variable
509 if (write(pages_to_scan_fd, pages_to_scan, strlen(pages_to_scan)) <= 0) in start_ksmd_and_set_frequency()
529 if (write(pages_to_scan_fd, "100", 3) <= 0) in stop_ksmd_and_restore_frequency()
710 pages_to_scan_fd = open("/sys/kernel/mm/ksm/pages_to_scan", O_RDWR); in init_global_file_handles()
711 if (pages_to_scan_fd < 0) in init_global_file_handles()