Lines Matching refs:printf

150 	printf(" \e[32m%s\e[0m\n", msg);  in success()
155 printf(" \e[31m%s\e[0m\n", msg); in fail()
161 printf(" \e[33m%s\e[0m\n", msg); in skip()
192 printf("open(%s)\n", path); in write_file()
200 printf("write(%s)\n", buf); in write_file()
217 printf("%s: Pathname is too long\n", __func__); in read_string()
228 printf("%s: Parse failure\n", __func__); in read_string()
237 printf("%s: Parse failure\n", __func__); in read_string()
249 printf("Failed to parse %s\n", name); in read_string()
260 printf("%s: Pathname is too long\n", __func__); in write_string()
289 printf("%s: Pathname is too long\n", __func__); in read_num()
313 printf("%s: Pathname is too long\n", __func__); in write_num()
351 printf("Fail: No settings set"); in current_settings()
360 printf("Fail: Settings stack exceeded"); in push_settings()
370 printf("Fail: Settings stack empty"); in pop_settings()
382 printf("Restore THP and khugepaged settings..."); in restore_settings()
393 printf("Save THP and khugepaged settings..."); in save_settings()
435 printf("%s: Not a directory (%s)\n", __func__, finfo.dir); in get_finfo()
440 printf("%s: Pathname is too long\n", __func__); in get_finfo()
455 printf("%s: Pathname is too long\n", __func__); in get_finfo()
469 printf("%s: Pathname is too long\n", __func__); in get_finfo()
475 printf("%s: Unknown device type: %s\n", __func__, path); in get_finfo()
485 printf("%s: Could not read: %s", __func__, path); in get_finfo()
497 printf("%s: Pathname is too long\n", __func__); in get_finfo()
504 printf("%s: Could not read: %s\n", __func__, path); in get_finfo()
519 printf("%s: Pattern is too long\n", __func__); in check_swap()
526 printf("%s: Failed to open file %s\n", __func__, PID_SMAPS); in check_swap()
535 printf("%s: Pattern is too long\n", __func__); in check_swap()
561 printf("Failed to allocate VMA at %p\n", BASE_ADDR); in alloc_mapping()
613 printf("Allocate huge page..."); in alloc_hpage()
636 printf("Page %d is corrupted: %#x\n", in validate_memory()
670 printf("Creating %s for collapse%s...", finfo.path, in file_setup_area()
687 printf("Opening %s read only for collapse...", finfo.path); in file_setup_area()
798 printf("%s...", msg); in __madvise_collapse()
826 printf("Unexpected huge page\n"); in madvise_collapse()
841 printf("Unexpected huge page\n"); in wait_for_scan()
850 printf("%s...", msg); in wait_for_scan()
856 printf("."); in wait_for_scan()
917 printf("Allocate huge page on fault..."); in alloc_at_fault()
926 printf("Split huge PMD on MADV_DONTNEED..."); in alloc_at_fault()
981 printf("tmpfs..."); in collapse_max_ptes_none()
1010 printf("Swapout one page..."); in collapse_swapin_single_pte()
1037 printf("Swapout %d of %d pages...", max_ptes_swap + 1, hpage_pmd_nr); in collapse_max_ptes_swap()
1055 printf("Swapout %d of %d pages...", max_ptes_swap, in collapse_max_ptes_swap()
1084 printf("tmpfs..."); in collapse_single_pte_entry_compound()
1090 printf("Split huge page leaving single PTE mapping compound page..."); in collapse_single_pte_entry_compound()
1109 printf("Split huge page leaving single PTE page table full of compound pages..."); in collapse_full_of_compound()
1130 printf("\rConstruct PTE page table full of different PTE-mapped compound pages %3d/%d...", in collapse_compound_extreme()
1136 printf("Failed to allocate huge page\n"); in collapse_compound_extreme()
1183 printf("Allocate small page..."); in collapse_fork()
1190 printf("Share small page over fork()..."); in collapse_fork()
1213 printf("Check if parent still has small page..."); in collapse_fork()
1228 printf("Share huge page over fork()..."); in collapse_fork_compound()
1239 printf("Split huge page PMD in child process..."); in collapse_fork_compound()
1262 printf("Check if parent still has huge page..."); in collapse_fork_compound()
1278 printf("Share huge page over fork()..."); in collapse_max_ptes_shared()
1289 printf("Trigger CoW on page %d of %d...", in collapse_max_ptes_shared()
1301 printf("Trigger CoW on page %d of %d...", in collapse_max_ptes_shared()
1322 printf("Check if parent still has huge page..."); in collapse_max_ptes_shared()
1471 printf("Reading PMD pagesize failed"); in main()
1488 printf("\nRun test: " #t " (%s:%s)\n", c->name, o->name); \ in main()