Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c52 static struct mem_ops *anon_ops; variable
1397 anon_ops = &__anon_ops; in parse_test_type()
1420 anon_ops = &__anon_ops; in parse_test_type()
1423 anon_ops = &__anon_ops; in parse_test_type()
1493 TEST(collapse_full, khugepaged_context, anon_ops); in main()
1496 TEST(collapse_full, madvise_context, anon_ops); in main()
1500 TEST(collapse_empty, khugepaged_context, anon_ops); in main()
1501 TEST(collapse_empty, madvise_context, anon_ops); in main()
1512 TEST(collapse_max_ptes_none, madvise_context, anon_ops); in main()
1536 TEST(collapse_fork, khugepaged_context, anon_ops); in main()
[all …]
/openbmc/linux/fs/
H A Dfile_table.c322 static const struct dentry_operations anon_ops = { in alloc_file_pseudo() local
333 d_set_d_op(path.dentry, &anon_ops); in alloc_file_pseudo()