Searched refs:anon_ops (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 219 static const struct dentry_operations anon_ops = { in alloc_file_pseudo() local 230 d_set_d_op(path.dentry, &anon_ops); in alloc_file_pseudo()
|
/kernel/linux/linux-6.6/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()
|
Completed in 4 milliseconds