Lines Matching refs:ksft_print_msg
36 ksft_print_msg("Failed to read meminfo: %s\n", strerror(errno)); in read_memory_info()
47 ksft_print_msg("Failed to read meminfo: %s\n", strerror(errno)); in read_memory_info()
65 ksft_print_msg("Failed to open /proc/sys/vm/compact_unevictable_allowed: %s\n", in prereq()
71 ksft_print_msg("Failed to read from /proc/sys/vm/compact_unevictable_allowed: %s\n", in prereq()
81 ksft_print_msg("Compaction isn't allowed\n"); in prereq()
103 ksft_print_msg("Failed to open /proc/sys/vm/nr_hugepages: %s\n", in check_compaction()
112 ksft_print_msg("Failed to write 100000 to /proc/sys/vm/nr_hugepages: %s\n", in check_compaction()
120 ksft_print_msg("Failed to re-read from /proc/sys/vm/nr_hugepages: %s\n", in check_compaction()
129 ksft_print_msg("ERROR: No memory is available as huge pages\n"); in check_compaction()
138 ksft_print_msg("Failed to write value to /proc/sys/vm/nr_hugepages: %s\n", in check_compaction()
143 ksft_print_msg("Number of huge pages allocated = %lu\n", in check_compaction()
147 ksft_print_msg("ERROR: Less than 1/%d of memory is available\n" in check_compaction()
168 ksft_print_msg("Failed to open /proc/sys/vm/nr_hugepages: %s\n", in set_zero_hugepages()
173 ksft_print_msg("Failed to read from /proc/sys/vm/nr_hugepages: %s\n", in set_zero_hugepages()
182 ksft_print_msg("Failed to write 0 to /proc/sys/vm/nr_hugepages: %s\n", in set_zero_hugepages()