Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dkhugepaged.c53 static struct mem_ops *anon_ops; variable
1126 anon_ops = &__anon_ops; in parse_test_type()
1149 anon_ops = &__anon_ops; in parse_test_type()
1152 anon_ops = &__anon_ops; in parse_test_type()
1227 TEST(collapse_full, khugepaged_context, anon_ops); in main()
1230 TEST(collapse_full, madvise_context, anon_ops); in main()
1234 TEST(collapse_empty, khugepaged_context, anon_ops); in main()
1235 TEST(collapse_empty, madvise_context, anon_ops); in main()
1237 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main()
1240 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main()
[all …]
/linux-6.12.1/fs/
Ddcache.c1765 static const struct dentry_operations anon_ops = { in d_alloc_pseudo() local
1772 d_set_d_op(dentry, &anon_ops); in d_alloc_pseudo()