Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/vm/
Dkhugepaged.c61 static struct mem_ops *anon_ops; variable
1406 anon_ops = &__anon_ops; in parse_test_type()
1429 anon_ops = &__anon_ops; in parse_test_type()
1432 anon_ops = &__anon_ops; in parse_test_type()
1498 TEST(collapse_full, khugepaged_context, anon_ops); in main()
1501 TEST(collapse_full, madvise_context, anon_ops); in main()
1505 TEST(collapse_empty, khugepaged_context, anon_ops); in main()
1506 TEST(collapse_empty, madvise_context, anon_ops); in main()
1508 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main()
1511 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main()
[all …]
/linux-6.1.9/fs/
Dfile_table.c258 static const struct dentry_operations anon_ops = { in alloc_file_pseudo() local
269 d_set_d_op(path.dentry, &anon_ops); in alloc_file_pseudo()