Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dcow.c820 log_test_start("%s ... with base page", desc);
826 log_test_start("%s ... with swapped out base page", desc);
998 log_test_start("%s ... with THP (%zu kB)", in run_with_pte_mapped_thp()
1005 log_test_start("%s ... with swapped-out THP (%zu kB)", in run_with_pte_mapped_thp_swap()
1012 log_test_start("%s ... with PTE-mapped THP (%zu kB)", in run_with_single_pte_of_thp()
1019 log_test_start("%s ... with swapped-out, PTE-mapped THP (%zu kB)", in run_with_single_pte_of_thp_swap()
1026 log_test_start("%s ... with single PTE of THP (%zu kB)", in run_with_partial_mremap_thp()
1033 log_test_start("%s ... with single PTE of swapped-out THP (%zu kB)", in run_with_partial_shared_thp()
1040 log_test_start("%s ... with partially mremap()'ed THP (%zu kB)", in run_with_hugetlb()
1047 log_test_start(" in run_with_hugetlb()
[all...]
H A Dgup_longterm.c306 log_test_start("%s ... with memfd", desc); in run_with_memfd()
324 log_test_start("%s ... with tmpfile", desc); in run_with_tmpfile()
348 log_test_start("%s ... with local tmpfile", desc); in run_with_local_tmpfile()
372 log_test_start("%s ... with memfd hugetlb (%zu kB)", desc, in run_with_memfd_hugetlb()
H A Dvm_util.h128 static inline void log_test_start(const char *name, ...) in log_test_start() function