Lines Matching refs:ksft_print_msg
106 ksft_print_msg( in hugetlb_test_program()
108 ksft_print_msg("before: %ld, after: %ld\n", old_current, current); in hugetlb_test_program()
114 ksft_print_msg("fail to mmap.\n"); in hugetlb_test_program()
119 ksft_print_msg("mmap should not increase hugepage usage.\n"); in hugetlb_test_program()
120 ksft_print_msg("before: %ld, after: %ld\n", old_current, current); in hugetlb_test_program()
130 ksft_print_msg("memory usage should increase by around 2MB.\n"); in hugetlb_test_program()
131 ksft_print_msg( in hugetlb_test_program()
142 ksft_print_msg("memory usage should increase by around 8MB.\n"); in hugetlb_test_program()
143 ksft_print_msg( in hugetlb_test_program()
154 ksft_print_msg("memory usage should go back down.\n"); in hugetlb_test_program()
155 ksft_print_msg( in hugetlb_test_program()
176 ksft_print_msg("fail to create cgroup.\n"); in test_hugetlb_memcg()
181 ksft_print_msg("fail to set cgroup memory limit.\n"); in test_hugetlb_memcg()
187 ksft_print_msg("fail to disable swap.\n"); in test_hugetlb_memcg()
212 ksft_print_msg("test_hugetlb_memcg requires 2MB hugepages\n"); in main()