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()
617 ksm_stop(); in test_prctl_unmerge()
651 ksm_stop(); in test_prot_none()
691 ksm_stop(); in test_fork_ksm_merging_page_count()
700 if (ksm_stop() < 0) in init_global_file_handles()
H A Dvm_util.h149 int ksm_stop(void);
H A Drmap.c415 if (ksm_stop() < 0) in TEST_F()
H A Dvm_util.c713 int ksm_stop(void) in ksm_stop() function