Searched refs:anon_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 53 static struct mem_ops *anon_ops; variable 1124 anon_ops = &__anon_ops; in parse_test_type() 1147 anon_ops = &__anon_ops; in parse_test_type() 1150 anon_ops = &__anon_ops; in parse_test_type() 1230 TEST(collapse_full, khugepaged_context, anon_ops); in main() 1233 TEST(collapse_full, madvise_context, anon_ops); in main() 1237 TEST(collapse_empty, khugepaged_context, anon_ops); in main() 1238 TEST(collapse_empty, madvise_context, anon_ops); in main() 1240 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main() 1243 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main() [all …]
|