Searched refs:ksft_perror (Results 1 – 15 of 15) sorted by relevance
30 ksft_perror("Temporary TCP socket creation failed"); in sk_peek_offset_probe()44 ksft_perror("Failed to set SO_PEEK_OFF value\n"); in sk_peek_offset_set()53 ksft_perror("Failed to get SO_PEEK_OFF value\n"); in sk_peek_offset_get()79 ksft_perror("Temporary socket creation failed\n"); in sk_peek_offset_test()83 ksft_perror("Temporary socket bind() failed\n"); in sk_peek_offset_test()87 ksft_perror("Temporary socket getsockname() failed\n"); in sk_peek_offset_test()91 ksft_perror("Temporary socket listen() failed\n"); in sk_peek_offset_test()95 ksft_perror("Temporary socket connect() failed\n"); in sk_peek_offset_test()101 ksft_perror("Temporary socket accept() failed\n"); in sk_peek_offset_test()109 ksft_perror("Initial value of socket offset not -1\n"); in sk_peek_offset_test()[all …]
86 ksft_perror("pipe() failed"); in setup_comm_pipes()90 ksft_perror("pipe() failed"); in setup_comm_pipes()189 ksft_perror("fork() failed"); in do_test_cow_in_parent()206 ksft_perror("mprotect() failed"); in do_test_cow_in_parent()215 ksft_perror("mprotect() failed"); in do_test_cow_in_parent()299 ksft_perror("pipe() failed"); in do_test_vmsplice_in_parent()307 ksft_perror("vmsplice() failed\n"); in do_test_vmsplice_in_parent()315 ksft_perror("fork() failed\n"); in do_test_vmsplice_in_parent()330 ksft_perror("vmsplice() failed"); in do_test_vmsplice_in_parent()340 ksft_perror("munmap() failed"); in do_test_vmsplice_in_parent()[all …]
43 ksft_perror(EPREFIX "ftruncate to len failed"); in do_soft_offline()50 ksft_perror(EPREFIX "mmap failed"); in do_soft_offline()63 ksft_perror(EPREFIX "madvise failed"); in do_soft_offline()76 ksft_perror(EPREFIX "ftruncate back to 0 failed"); in do_soft_offline()95 ksft_perror(EPREFIX "failed to set enable_soft_offline"); in set_enable_soft_offline()114 ksft_perror(EPREFIX "failed to popen nr_hugepages"); in read_nr_hugepages()119 ksft_perror(EPREFIX "failed to read nr_hugepages"); in read_nr_hugepages()135 ksft_perror(EPREFIX "could not open hugetlbfs file"); in create_hugetlbfs_file()141 ksft_perror(EPREFIX "fstatfs failed"); in create_hugetlbfs_file()
519 ksft_perror("Cannot open testing file"); in split_file_backed_thp()527 ksft_perror("Failed to write data to testing file"); in split_file_backed_thp()537 ksft_perror("Cannot lseek file"); in split_file_backed_thp()543 ksft_perror("Cannot read file content back"); in split_file_backed_thp()555 ksft_perror("Cannot remove testing file"); in split_file_backed_thp()633 ksft_perror("open drop_caches"); in create_pagecache_thp_and_fd()637 ksft_perror("write to drop_caches"); in create_pagecache_thp_and_fd()644 ksft_perror("Failed to open testfile\n"); in create_pagecache_thp_and_fd()650 ksft_perror("cannot mmap"); in create_pagecache_thp_and_fd()
35 ksft_perror("setrlimit() returns error\n"); in set_cap_limits()41 ksft_perror("cap_set_proc() returns error\n"); in set_cap_limits()
263 ksft_perror("Failed to move pages"); in try_to_move_page()
52 ksft_perror("Error opening leader"); in perf_open()80 ksft_perror("Failed to open results file"); in get_llc_occu_resctrl()85 ksft_perror("Could not get llc occupancy"); in get_llc_occu_resctrl()113 ksft_perror("Cannot open results file"); in print_results_cache()147 ksft_perror("Could not get perf value"); in perf_event_measure()
83 ksft_perror("Cannot open file"); in check_results()
197 ksft_perror("mmap()"); in __mte_allocate_memory_range()202 ksft_perror("mprotect(PROT_MTE)"); in __mte_allocate_memory_range()237 ksft_perror("initialising buffer"); in mte_allocate_file_memory()243 ksft_perror("initialising buffer"); in mte_allocate_file_memory()264 ksft_perror("initialising buffer"); in mte_allocate_file_memory_tag_range()269 ksft_perror("initialising buffer"); in mte_allocate_file_memory_tag_range()419 ksft_perror(filename); in create_temp_file()
96 ksft_perror("fork() failed"); in check_execveat_invoked_rc()181 ksft_perror("Failed to getcwd()"); in check_execveat_pathmax()474 ksft_perror("open() comm failed"); in main()480 ksft_perror("read() comm failed"); in main()
104 ksft_perror("ptrace(PTRACE_GETREGSET)"); in get_fpsimd()117 ksft_perror("ptrace(PTRACE_SETREGSET)"); in set_fpsimd()146 ksft_perror("ptrace(PTRACE_GETREGSET)"); in get_sve()173 ksft_perror("ptrace(PTRACE_SETREGSET)"); in set_sve()
29 ksft_perror("PTRACE_TRACEME failed\n"); in do_child()
117 ksft_perror("fchdir to original root"); in cleanup_namespace()121 ksft_perror("chroot to original root"); in cleanup_namespace()
193 ksft_perror(msg); in pwrite_wrapper()
200 static inline void ksft_perror(const char *msg) in ksft_perror() function