Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c42 static int ksm_full_scans_fd; variable
124 ret = pread(ksm_full_scans_fd, buf, sizeof(buf) - 1, 0); in ksm_get_full_scans()
665 ksm_full_scans_fd = open("/sys/kernel/mm/ksm/full_scans", O_RDONLY); in init_global_file_handles()
666 if (ksm_full_scans_fd < 0) in init_global_file_handles()