Searched refs:read_only_file_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 60 static struct mem_ops *read_only_file_ops; variable 109 if ((read_only_file_ops || read_write_file_read_ops || in save_settings() 1252 read_only_file_ops = &__read_only_file_ops; in parse_test_type() 1262 read_only_file_ops = &__read_only_file_ops; in parse_test_type() 1275 if (!read_only_file_ops && !read_write_file_read_ops && in parse_test_type() 1362 TEST(collapse_full, khugepaged_context, read_only_file_ops); in main() 1368 TEST(collapse_full, madvise_context, read_only_file_ops); in main() 1380 TEST(collapse_single_pte_entry, khugepaged_context, read_only_file_ops); in main() 1385 TEST(collapse_single_pte_entry, madvise_context, read_only_file_ops); in main() 1391 TEST(collapse_max_ptes_none, khugepaged_context, read_only_file_ops); in main() [all …]
|