Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c61 static struct mem_ops *read_write_file_read_ops; variable
109 if ((read_only_file_ops || read_write_file_read_ops || in save_settings()
1253 read_write_file_read_ops = &__read_write_file_read_ops; in parse_test_type()
1263 read_write_file_read_ops = &__read_write_file_read_ops; in parse_test_type()
1275 if (!read_only_file_ops && !read_write_file_read_ops && in parse_test_type()
1363 TEST(collapse_full, khugepaged_context, read_write_file_read_ops); in main()
1369 TEST(collapse_full, madvise_context, read_write_file_read_ops); in main()
1381 TEST(collapse_single_pte_entry, khugepaged_context, read_write_file_read_ops); in main()
1386 TEST(collapse_single_pte_entry, madvise_context, read_write_file_read_ops); in main()
1392 TEST(collapse_max_ptes_none, khugepaged_context, read_write_file_read_ops); in main()
[all …]