Searched refs:test_mmap_thp (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | prctl_thp_disable.c | 40 static int test_mmap_thp(enum thp_collapse_type madvise_buf, size_t pmdsize) in test_mmap_thp() function 82 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_NONE, pmdsize), 0); in prctl_thp_disable_completely_test() 84 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_NOHUGEPAGE, pmdsize), 0); in prctl_thp_disable_completely_test() 86 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_HUGEPAGE, pmdsize), 0); in prctl_thp_disable_completely_test() 88 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_COLLAPSE, pmdsize), 0); in prctl_thp_disable_completely_test() 94 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_NONE, pmdsize), in prctl_thp_disable_completely_test() 97 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_NOHUGEPAGE, pmdsize), 0); in prctl_thp_disable_completely_test() 99 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_HUGEPAGE, pmdsize), in prctl_thp_disable_completely_test() 102 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_MADV_COLLAPSE, pmdsize), 1); in prctl_thp_disable_completely_test() 189 ASSERT_EQ(test_mmap_thp(THP_COLLAPSE_NONE, pmdsize), 0); in prctl_thp_disable_except_madvise_test() [all …]
|