Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c83 if (ksm_stop() < 0) { in __mmap_and_merge_range()
194 ksm_stop(); in test_unmerge()
256 ksm_stop(); in test_unmerge_zero_pages()
285 ksm_stop(); in test_unmerge_discarded()
372 ksm_stop(); in test_unmerge_uffd_wp()
436 ksm_stop(); in test_child_ksm()
620 ksm_stop();
654 ksm_stop();
694 ksm_stop();
703 if (ksm_stop() < in init_global_file_handles()
[all...]
H A Dvm_util.h156 int ksm_stop(void);
H A Drmap.c415 if (ksm_stop() < 0) in TEST_F()
467 if (ksm_stop() < 0)
H A Dvm_util.c833 int ksm_stop(void) in ksm_stop() function