Searched refs:collapse_single_pte_entry (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 769 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry() function 1379 TEST(collapse_single_pte_entry, khugepaged_context, anon_ops); in main() 1380 TEST(collapse_single_pte_entry, khugepaged_context, read_only_file_ops); in main() 1381 TEST(collapse_single_pte_entry, khugepaged_context, read_write_file_read_ops); in main() 1382 TEST(collapse_single_pte_entry, khugepaged_context, read_write_file_write_ops); in main() 1383 TEST(collapse_single_pte_entry, khugepaged_context, shmem_ops); in main() 1384 TEST(collapse_single_pte_entry, madvise_context, anon_ops); in main() 1385 TEST(collapse_single_pte_entry, madvise_context, read_only_file_ops); in main() 1386 TEST(collapse_single_pte_entry, madvise_context, read_write_file_read_ops); in main() 1387 TEST(collapse_single_pte_entry, madvise_context, read_write_file_write_ops); in main() [all …]
|