Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A 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()
1246 TEST(collapse_max_ptes_none, madvise_context, anon_ops); in main()
1270 TEST(collapse_fork, khugepaged_context, anon_ops); in main()
[all …]
/linux-6.15/fs/
H A Ddcache.c1809 static const struct dentry_operations anon_ops = { in d_alloc_pseudo() local
1816 d_set_d_op(dentry, &anon_ops); in d_alloc_pseudo()