Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c53 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 …]
/linux/fs/
H A Ddcache.c1818 static const struct dentry_operations anon_ops = { in d_alloc_pseudo() local
1826 dentry->d_op = &anon_ops; in d_alloc_pseudo()