| /tools/testing/selftests/breakpoints/ |
| A D | step_after_suspend_test.c | 58 return KSFT_FAIL; in run_test() 66 return KSFT_FAIL; in run_test() 70 return KSFT_FAIL; in run_test() 75 return KSFT_FAIL; in run_test() 87 return KSFT_FAIL; in run_test() 93 return KSFT_FAIL; in run_test() 98 return KSFT_FAIL; in run_test() 102 return KSFT_FAIL; in run_test() 107 return KSFT_FAIL; in run_test() 113 return KSFT_FAIL; in run_test() [all …]
|
| /tools/testing/selftests/arm64/mte/ |
| A D | check_tags_inclusion.c | 31 return KSFT_FAIL; in verify_mte_pointer_validity() 43 return KSFT_FAIL; in verify_mte_pointer_validity() 57 return KSFT_FAIL; in check_single_included_tags() 62 result = KSFT_FAIL; in check_single_included_tags() 90 return KSFT_FAIL; in check_multiple_included_tags() 121 return KSFT_FAIL; in check_all_included_tags() 125 return KSFT_FAIL; in check_all_included_tags() 146 return KSFT_FAIL; in check_none_included_tags() 150 return KSFT_FAIL; in check_none_included_tags() 158 return KSFT_FAIL; in check_none_included_tags() [all …]
|
| A D | check_hugetlb_options.c | 105 return KSFT_FAIL; in check_child_tag_inheritance() 141 return KSFT_FAIL; in check_mte_memory() 157 return KSFT_FAIL; in check_hugetlb_memory_mapping() 165 return KSFT_FAIL; in check_hugetlb_memory_mapping() 170 if (result == KSFT_FAIL) in check_hugetlb_memory_mapping() 171 return KSFT_FAIL; in check_hugetlb_memory_mapping() 189 return KSFT_FAIL; in check_clear_prot_mte_flag() 195 return KSFT_FAIL; in check_clear_prot_mte_flag() 200 return KSFT_FAIL; in check_clear_prot_mte_flag() 218 return KSFT_FAIL; in check_child_hugetlb_memory_mapping() [all …]
|
| A D | check_gcr_el1_cswitch.c | 66 return (void *)KSFT_FAIL; in execute_thread() 82 if (thread_data[i] == KSFT_FAIL) in execute_test() 83 return KSFT_FAIL; in execute_test() 99 return KSFT_FAIL; in mte_gcr_fork_test() 120 if (results[i] == KSFT_FAIL) in mte_gcr_fork_test() 121 return KSFT_FAIL; in mte_gcr_fork_test() 142 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | check_buffer_fill.c | 40 return KSFT_FAIL; in check_buffer_by_byte() 60 return KSFT_FAIL; in check_buffer_by_byte() 78 return KSFT_FAIL; in check_buffer_underflow_by_byte() 174 return KSFT_FAIL; in check_buffer_overflow_by_byte() 304 return KSFT_FAIL; in check_buffer_by_block_iterate() 359 return KSFT_FAIL; in compare_memory_tags() 376 return KSFT_FAIL; in check_memory_initial_tags() 379 return KSFT_FAIL; in check_memory_initial_tags() 386 return KSFT_FAIL; in check_memory_initial_tags() 390 return KSFT_FAIL; in check_memory_initial_tags() [all …]
|
| A D | check_child_memory.c | 40 return KSFT_FAIL; in check_child_tag_inheritance() 81 return (fault) ? KSFT_FAIL : KSFT_PASS; in check_child_tag_inheritance() 97 return KSFT_FAIL; in check_child_memory_mapping() 100 if (result == KSFT_FAIL) in check_child_memory_mapping() 116 return KSFT_FAIL; in check_child_file_mapping() 122 return KSFT_FAIL; in check_child_file_mapping() 132 return KSFT_FAIL; in check_child_file_mapping() 139 return KSFT_FAIL; in check_child_file_mapping() 152 return KSFT_FAIL; in main() 197 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | mte_common_util.h | 87 case KSFT_FAIL: in evaluate_test() 105 return KSFT_FAIL; in check_allocated_memory() 111 return KSFT_FAIL; in check_allocated_memory() 122 return KSFT_FAIL; in check_allocated_memory_range() 129 return KSFT_FAIL; in check_allocated_memory_range()
|
| A D | check_user_mem.c | 50 return KSFT_FAIL; in check_usermem_access_fault() 53 return KSFT_FAIL; in check_usermem_access_fault() 58 return KSFT_FAIL; in check_usermem_access_fault() 135 err = KSFT_FAIL; in check_usermem_access_fault() 207 return KSFT_FAIL; in main() 242 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | check_mmap_options.c | 78 return KSFT_FAIL; in check_mte_memory() 84 return KSFT_FAIL; in check_mte_memory() 86 return KSFT_FAIL; in check_mte_memory() 92 return KSFT_FAIL; in check_mte_memory() 94 return KSFT_FAIL; in check_mte_memory() 101 return KSFT_FAIL; in check_mte_memory() 107 return KSFT_FAIL; in check_mte_memory() 128 return KSFT_FAIL; in check_anonymous_memory_mapping() 137 return KSFT_FAIL; in check_anonymous_memory_mapping() 163 return KSFT_FAIL; in check_file_memory_mapping() [all …]
|
| A D | check_ksm_options.c | 103 err = KSFT_FAIL; in check_madvise_options() 112 return KSFT_FAIL; in check_madvise_options() 141 return KSFT_FAIL; in main() 165 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| /tools/testing/selftests/mm/ |
| A D | cow.c | 188 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 195 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 212 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 221 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 250 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 299 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 305 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 321 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 346 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 355 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() [all …]
|
| A D | ksm_tests.c | 328 return KSFT_FAIL; in check_ksm_merge() 334 return KSFT_FAIL; in check_ksm_merge() 351 return KSFT_FAIL; in check_ksm_merge() 362 return KSFT_FAIL; in check_ksm_unmerge() 391 return KSFT_FAIL; in check_ksm_unmerge() 435 return KSFT_FAIL; in check_ksm_zero_page_merge() 520 return KSFT_FAIL; in check_ksm_numa_merge() 593 return KSFT_FAIL; in ksm_merge_hugepages_time() 634 return KSFT_FAIL; in ksm_merge_time() 681 return KSFT_FAIL; in ksm_unmerge_time() [all …]
|
| A D | gup_longterm.c | 100 result = KSFT_FAIL; in do_test() 110 result = KSFT_FAIL; in do_test() 127 result = KSFT_FAIL; in do_test() 140 result = KSFT_FAIL; in do_test() 161 result = KSFT_FAIL; in do_test() 203 result = KSFT_FAIL; in do_test() 210 result = KSFT_FAIL; in do_test() 226 result = KSFT_FAIL; in do_test() 264 result = KSFT_FAIL; in do_test() 281 result = KSFT_FAIL; in do_test()
|
| A D | memfd_secret.c | 134 exit(KSFT_FAIL); in try_process_vm_read() 147 exit(KSFT_FAIL); in try_process_vm_read() 159 exit(KSFT_FAIL); in try_ptrace() 165 exit(KSFT_FAIL); in try_ptrace() 172 exit(KSFT_FAIL); in try_ptrace() 178 exit(KSFT_FAIL); in try_ptrace()
|
| /tools/testing/selftests/cachestat/ |
| A D | test_cachestat.c | 138 ret = KSFT_FAIL; in test_cachestat() 147 ret = KSFT_FAIL; in test_cachestat() 158 ret = KSFT_FAIL; in test_cachestat() 168 ret = KSFT_FAIL; in test_cachestat() 178 ret = KSFT_FAIL; in test_cachestat() 189 ret = KSFT_FAIL; in test_cachestat() 195 ret = KSFT_FAIL; in test_cachestat() 339 case KSFT_FAIL: in main() 341 ret = KSFT_FAIL; in main()
|
| /tools/testing/selftests/kselftest/ |
| A D | ksft.py | 15 KSFT_FAIL = 1 variable 79 exit_code = KSFT_FAIL 88 sys.exit(KSFT_FAIL)
|
| A D | ktap_helpers.sh | 14 KSFT_FAIL=1 107 exit "$KSFT_FAIL" 116 exit "$KSFT_FAIL"
|
| /tools/testing/selftests/cgroup/ |
| A D | test_kill.c | 59 int ret = KSFT_FAIL; in test_cgkill_simple() 90 ret = KSFT_FAIL; in test_cgkill_simple() 117 int ret = KSFT_FAIL; in test_cgkill_tree() 194 ret = KSFT_FAIL; in test_cgkill_tree() 224 int ret = KSFT_FAIL; in test_cgkill_forkbomb() 255 ret = KSFT_FAIL; in test_cgkill_forkbomb()
|
| A D | test_zswap.c | 121 int ret = KSFT_FAIL; in test_zswap_usage() 162 int ret = KSFT_FAIL; in test_swapin_nozswap() 214 int ret = KSFT_FAIL; in test_zswapin() 352 int ret = KSFT_FAIL; in test_zswap_writeback() 417 int ret = KSFT_FAIL; in test_no_invasive_cgroup_shrink() 423 return KSFT_FAIL; in test_no_invasive_cgroup_shrink() 502 int ret = KSFT_FAIL; in test_no_kmem_bypass() 509 return KSFT_FAIL; in test_no_kmem_bypass() 515 return KSFT_FAIL; in test_no_kmem_bypass() 517 return KSFT_FAIL; in test_no_kmem_bypass() [all …]
|
| A D | test_freezer.c | 138 int ret = KSFT_FAIL; in test_cgfreezer_simple() 191 int ret = KSFT_FAIL; in test_cgfreezer_tree() 362 int ret = KSFT_FAIL; in test_cgfreezer_forkbomb() 401 int ret = KSFT_FAIL; in test_cgfreezer_mkdir() 455 int ret = KSFT_FAIL; in test_cgfreezer_rmdir() 510 int ret = KSFT_FAIL; in test_cgfreezer_migrate() 585 int ret = KSFT_FAIL; in test_cgfreezer_ptrace() 667 int pid, ret = KSFT_FAIL; in test_cgfreezer_stopped() 711 int pid, ret = KSFT_FAIL; in test_cgfreezer_ptraced() 780 int ret = KSFT_FAIL; in test_cgfreezer_vfork()
|
| /tools/testing/selftests/net/ |
| A D | ipsec.c | 597 exit(KSFT_FAIL); in write_msg() 602 exit(KSFT_FAIL); in write_msg() 613 exit(KSFT_FAIL); in read_msg() 618 exit(KSFT_FAIL); in read_msg() 1788 ret = KSFT_FAIL; in child_serv() 1798 ret = KSFT_FAIL; in child_serv() 1811 exit(KSFT_FAIL); in child_f() 1815 exit(KSFT_FAIL); in child_f() 1952 exit(KSFT_FAIL); in grand_child_f() 2017 exit(KSFT_FAIL); in exit_usage() [all …]
|
| A D | sk_so_peek_off.c | 187 return KSFT_FAIL; in do_test() 198 if (restcp == KSFT_FAIL || resudp == KSFT_FAIL) in main() 199 return KSFT_FAIL; in main()
|
| /tools/testing/selftests/vsock/ |
| A D | vmtest.sh | 84 exit "${KSFT_FAIL}" 403 rc=$KSFT_FAIL 409 rc=$KSFT_FAIL 415 rc=$KSFT_FAIL 421 rc=$KSFT_FAIL 473 elif [[ ${rc} -eq $KSFT_FAIL ]]; then 486 exit "$KSFT_FAIL"
|
| /tools/testing/selftests/ |
| A D | kselftest_harness.h | 973 int status = KSFT_FAIL << 8; in __wait_for_test() 980 t->exit_code = KSFT_FAIL; in __wait_for_test() 991 t->exit_code = KSFT_FAIL; in __wait_for_test() 1003 t->exit_code = KSFT_FAIL; in __wait_for_test() 1011 t->exit_code = KSFT_FAIL; in __wait_for_test() 1020 t->exit_code = KSFT_FAIL; in __wait_for_test() 1033 t->exit_code = KSFT_FAIL; in __wait_for_test() 1040 t->exit_code = KSFT_FAIL; in __wait_for_test() 1054 t->exit_code = KSFT_FAIL; in __wait_for_test() 1211 t->exit_code = KSFT_FAIL; in __run_test() [all …]
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_clock_getres.c | 77 return KSFT_FAIL; in vdso_test_clock() 120 return KSFT_FAIL; in main()
|