Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c32 static int ksm_full_scans_fd; variable
114 ret = pread(ksm_full_scans_fd, buf, sizeof(buf) - 1, 0); in ksm_get_full_scans()
557 ksm_full_scans_fd = open("/sys/kernel/mm/ksm/full_scans", O_RDONLY); in main()
558 if (ksm_full_scans_fd < 0) in main()