Searched refs:anon_ops (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 52 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() 1503 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main() 1506 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main() [all …]
|
/openbmc/linux/fs/ |
H A D | file_table.c | 322 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()
|