Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c61 static struct mem_ops *anon_ops;
1133 anon_ops = &__anon_ops; in parse_test_type()
1158 anon_ops = &__anon_ops; in parse_test_type()
1161 anon_ops = &__anon_ops; in parse_test_type()
1259 TEST(collapse_full, khugepaged_context, anon_ops); in main()
1264 TEST(collapse_full, madvise_context, anon_ops); in main()
1270 TEST(collapse_empty, khugepaged_context, anon_ops); in main()
1271 TEST(collapse_empty, madvise_context, anon_ops); in main()
1273 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main()
1278 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main()
53 static struct mem_ops *anon_ops; global() variable
[all...]