| /tools/testing/selftests/arm64/mte/ |
| A D | check_tags_inclusion.c | 35 return KSFT_PASS; in verify_mte_pointer_validity() 45 return KSFT_PASS; in verify_mte_pointer_validity() 52 int tag, run, ret, result = KSFT_PASS; in check_single_included_tags() 56 mem_type, false) != KSFT_PASS) in check_single_included_tags() 64 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_single_included_tags() 84 int tag, run, result = KSFT_PASS; in check_multiple_included_tags() 89 mem_type, false) != KSFT_PASS) in check_multiple_included_tags() 116 int run, ret, result = KSFT_PASS; in check_all_included_tags() 120 mem_type, false) != KSFT_PASS) in check_all_included_tags() 171 return KSFT_PASS; in check_none_included_tags() [all …]
|
| A D | check_buffer_fill.c | 58 return KSFT_PASS; in check_buffer_by_byte() 155 return (err ? KSFT_FAIL : KSFT_PASS); in check_buffer_underflow_by_byte() 173 0, overflow_range) != KSFT_PASS) in check_buffer_overflow_by_byte() 258 return (err ? KSFT_FAIL : KSFT_PASS); in check_buffer_overflow_by_byte() 264 int j, result = KSFT_PASS; in check_buffer_by_block_iterate() 308 result = KSFT_PASS; in check_buffer_by_block_iterate() 330 if (result != KSFT_PASS) in check_buffer_by_block_iterate() 338 int i, item, result = KSFT_PASS; in check_buffer_by_block() 345 if (result != KSFT_PASS) in check_buffer_by_block() 362 return KSFT_PASS; in compare_memory_tags() [all …]
|
| A D | check_hugetlb_options.c | 132 return (fault) ? KSFT_FAIL : KSFT_PASS; in check_child_tag_inheritance() 143 return KSFT_PASS; in check_mte_memory() 156 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) in check_hugetlb_memory_mapping() 173 return KSFT_PASS; in check_hugetlb_memory_mapping() 188 0, 0) != KSFT_PASS) in check_clear_prot_mte_flag() 199 if (result != KSFT_PASS) in check_clear_prot_mte_flag() 202 return KSFT_PASS; in check_clear_prot_mte_flag() 217 0, 0) != KSFT_PASS) in check_child_hugetlb_memory_mapping() 224 return KSFT_PASS; in check_child_hugetlb_memory_mapping() 295 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | check_child_memory.c | 81 return (fault) ? KSFT_FAIL : KSFT_PASS; in check_child_tag_inheritance() 96 UNDERFLOW, OVERFLOW) != KSFT_PASS) in check_child_memory_mapping() 103 return KSFT_PASS; in check_child_memory_mapping() 109 int run, fd, map_size, result = KSFT_PASS; in check_child_file_mapping() 120 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) { in check_child_file_mapping() 138 if (result != KSFT_PASS) in check_child_file_mapping() 141 return KSFT_PASS; in check_child_file_mapping() 197 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | check_gcr_el1_cswitch.c | 63 return (void *)KSFT_PASS; in execute_thread() 85 return KSFT_PASS; in execute_test() 123 return KSFT_PASS; in mte_gcr_fork_test() 142 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | mte_common_util.h | 84 case KSFT_PASS: in evaluate_test() 114 return KSFT_PASS; in check_allocated_memory() 131 return KSFT_PASS; in check_allocated_memory_range()
|
| A D | check_ksm_options.c | 111 if (check_allocated_memory(ptr, TEST_UNIT * page_sz, mem_type, false) != KSFT_PASS) in check_madvise_options() 125 err = KSFT_PASS; in check_madvise_options() 165 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| A D | check_mmap_options.c | 110 return KSFT_PASS; in check_mte_memory() 142 if (result != KSFT_PASS) in check_anonymous_memory_mapping() 145 return KSFT_PASS; in check_anonymous_memory_mapping() 154 int result = KSFT_PASS; in check_file_memory_mapping() 185 if (result != KSFT_PASS) in check_file_memory_mapping() 188 return KSFT_PASS; in check_file_memory_mapping() 204 UNDERFLOW, OVERFLOW) != KSFT_PASS) in check_clear_prot_mte_flag() 216 if (result != KSFT_PASS) in check_clear_prot_mte_flag() 225 UNDERFLOW, OVERFLOW) != KSFT_PASS) { in check_clear_prot_mte_flag() 241 if (result != KSFT_PASS) in check_clear_prot_mte_flag() [all …]
|
| A D | check_user_mem.c | 45 err = KSFT_PASS; in check_usermem_access_fault() 56 if (check_allocated_memory(ptr, len, mem_type, true) != KSFT_PASS) { in check_usermem_access_fault() 242 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_kill.c | 82 ret = KSFT_PASS; in test_cgkill_simple() 88 if (ret == KSFT_PASS && in test_cgkill_simple() 186 ret = KSFT_PASS; in test_cgkill_tree() 192 if (ret == KSFT_PASS && in test_cgkill_tree() 247 ret = KSFT_PASS; in test_cgkill_forkbomb() 253 if (ret == KSFT_PASS && in test_cgkill_forkbomb() 283 case KSFT_PASS: in main()
|
| A D | test_freezer.c | 164 ret = KSFT_PASS; in test_cgfreezer_simple() 326 ret = KSFT_PASS; in test_cgfreezer_tree() 385 ret = KSFT_PASS; in test_cgfreezer_forkbomb() 435 ret = KSFT_PASS; in test_cgfreezer_mkdir() 487 ret = KSFT_PASS; in test_cgfreezer_rmdir() 568 ret = KSFT_PASS; in test_cgfreezer_migrate() 631 ret = KSFT_PASS; in test_cgfreezer_ptrace() 697 ret = KSFT_PASS; in test_cgfreezer_stopped() 754 ret = KSFT_PASS; in test_cgfreezer_ptraced() 798 ret = KSFT_PASS; in test_cgfreezer_vfork() [all …]
|
| A D | test_kmem.c | 86 ret = KSFT_PASS; in test_kmem_basic() 196 ret = KSFT_PASS; in test_kmem_memcg_deletion() 233 ret = KSFT_PASS; in test_kmem_proc_kpagecgroup() 292 ret = KSFT_PASS; in test_kmem_kernel_stacks() 330 ret = KSFT_PASS; in test_kmem_dead_cgroups() 388 ret = KSFT_PASS; in test_percpu_basic() 442 case KSFT_PASS: in main()
|
| A D | test_core.c | 129 ret = KSFT_PASS; in test_cgcore_destroy() 255 ret = KSFT_PASS; in test_cgcore_populated() 328 ret = KSFT_PASS; in test_cgcore_invalid_domain() 373 ret = KSFT_PASS; in test_cgcore_parent_becomes_threaded() 425 ret = KSFT_PASS; in test_cgcore_no_internal_process_constraint_on_threads() 465 ret = KSFT_PASS; in test_cgcore_top_down_constraint_enable() 509 ret = KSFT_PASS; in test_cgcore_top_down_constraint_disable() 553 ret = KSFT_PASS; in test_cgcore_internal_process_constraint() 603 ret = KSFT_PASS; in test_cgcore_proc_migration() 692 ret = KSFT_PASS; in test_cgcore_thread_migration() [all …]
|
| A D | test_pids.c | 61 ret = KSFT_PASS; in test_pids_max() 117 ret = KSFT_PASS; in test_pids_events() 165 case KSFT_PASS: in main()
|
| A D | test_cpu.c | 84 ret = KSFT_PASS; in test_cpucg_subtree_control() 225 ret = KSFT_PASS; in test_cpucg_stats() 297 ret = KSFT_PASS; in test_cpucg_nice() 364 ret = KSFT_PASS; in run_cpucg_weight_test() 411 ret = KSFT_PASS; in overprovision_validate() 451 ret = KSFT_PASS; in underprovision_validate() 588 ret = KSFT_PASS; in run_cpucg_nested_weight_test() 697 ret = KSFT_PASS; in test_cpucg_max() 768 ret = KSFT_PASS; in test_cpucg_max_nested() 810 case KSFT_PASS: in main()
|
| A D | test_zswap.c | 148 ret = KSFT_PASS; in test_zswap_usage() 203 ret = KSFT_PASS; in test_swapin_nozswap() 243 ret = KSFT_PASS; in test_zswapin() 388 ret = KSFT_PASS; in test_zswap_writeback() 445 ret = KSFT_PASS; in test_no_invasive_cgroup_shrink() 563 ret = result_ok ? KSFT_PASS : KSFT_FAIL; in test_no_kmem_bypass() 621 case KSFT_PASS: in main()
|
| A D | test_memcontrol.c | 151 ret = KSFT_PASS; in test_memcg_subtree_control() 372 ret = KSFT_PASS; in test_memcg_current_peak() 603 ret = KSFT_PASS; in test_memcg_protection() 632 ret = KSFT_PASS; in test_memcg_protection() 735 ret = KSFT_PASS; in test_memcg_high() 809 ret = KSFT_PASS; in test_memcg_high_sync() 862 ret = KSFT_PASS; in test_memcg_max() 977 ret = KSFT_PASS; in test_memcg_reclaim() 1204 ret = KSFT_PASS; in test_memcg_swap_max_peak() 1252 ret = KSFT_PASS; in test_memcg_oom_events() [all …]
|
| A D | test_cpuset.c | 129 ret = KSFT_PASS; in test_cpuset_perms_object() 215 ret = KSFT_PASS; in test_cpuset_perms_subtree() 261 case KSFT_PASS: in main()
|
| /tools/testing/selftests/kselftest/ |
| A D | ksft.py | 14 KSFT_PASS = 0 variable 77 exit_code = KSFT_PASS 93 sys.exit(KSFT_PASS)
|
| A D | ktap_helpers.sh | 13 KSFT_PASS=0 114 exit "$KSFT_PASS"
|
| /tools/testing/selftests/net/ |
| A D | udpgso_bench.sh | 12 readonly KSFT_PASS=0 23 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then 46 exit ${KSFT_PASS}
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_clock_getres.c | 81 return KSFT_PASS; in vdso_test_clock() 122 return KSFT_PASS; in main()
|
| /tools/testing/selftests/cachestat/ |
| A D | test_cachestat.c | 129 int ret = KSFT_PASS; in test_cachestat() 321 4, O_RDONLY, 0400) == KSFT_PASS) in main() 330 false, 4, O_CREAT | O_RDWR, 0600) == KSFT_PASS) in main() 343 case KSFT_PASS: in main()
|
| /tools/testing/selftests/mm/ |
| A D | gup_longterm.c | 96 int result = KSFT_PASS; in do_test() 205 result = KSFT_PASS; in do_test() 224 result = KSFT_PASS; in do_test() 266 result = KSFT_PASS; in do_test() 278 result = KSFT_PASS; in do_test()
|
| /tools/testing/selftests/ |
| A D | kselftest.h | 84 #define KSFT_PASS 0 macro 290 case KSFT_PASS: in ksft_test_result_code() 333 case KSFT_PASS: \ 353 exit(KSFT_PASS); in ksft_exit_pass()
|