Home
last modified time | relevance | path

Searched refs:KSFT_PASS (Results 1 – 25 of 44) sorted by relevance

12

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c35 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 …]
H A Dcheck_buffer_fill.c58 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 …]
H A Dcheck_mmap_options.c57 return KSFT_PASS; in check_mte_memory()
70 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) in check_anonymous_memory_mapping()
88 return KSFT_PASS; in check_anonymous_memory_mapping()
96 int result = KSFT_PASS; in check_file_memory_mapping()
106 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) { in check_file_memory_mapping()
143 UNDERFLOW, OVERFLOW) != KSFT_PASS) in check_clear_prot_mte_flag()
155 if (result != KSFT_PASS) in check_clear_prot_mte_flag()
164 UNDERFLOW, OVERFLOW) != KSFT_PASS) { in check_clear_prot_mte_flag()
180 if (result != KSFT_PASS) in check_clear_prot_mte_flag()
183 return KSFT_PASS; in check_clear_prot_mte_flag()
[all …]
H A Dcheck_child_memory.c81 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()
H A Dcheck_gcr_el1_cswitch.c63 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()
H A Dmte_common_util.h79 case KSFT_PASS: in evaluate_test()
109 return KSFT_PASS; in check_allocated_memory()
126 return KSFT_PASS; in check_allocated_memory_range()
H A Dcheck_ksm_options.c111 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()
H A Dcheck_user_mem.c45 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()
/linux/tools/testing/selftests/cgroup/
H A Dtest_kill.c82 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()
H A Dtest_freezer.c164 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 …]
H A Dtest_core.c124 ret = KSFT_PASS; in test_cgcore_destroy()
247 ret = KSFT_PASS; in test_cgcore_populated()
317 ret = KSFT_PASS; in test_cgcore_invalid_domain()
359 ret = KSFT_PASS; in test_cgcore_parent_becomes_threaded()
410 ret = KSFT_PASS; in test_cgcore_no_internal_process_constraint_on_threads()
447 ret = KSFT_PASS; in test_cgcore_top_down_constraint_enable()
488 ret = KSFT_PASS; in test_cgcore_top_down_constraint_disable()
529 ret = KSFT_PASS; in test_cgcore_internal_process_constraint()
579 ret = KSFT_PASS; in test_cgcore_proc_migration()
666 ret = KSFT_PASS; in test_cgcore_thread_migration()
[all …]
H A Dtest_kmem.c86 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()
329 ret = KSFT_PASS; in test_kmem_dead_cgroups()
385 ret = KSFT_PASS; in test_percpu_basic()
439 case KSFT_PASS: in main()
H A Dtest_memcontrol.c73 ret = KSFT_PASS; in test_memcg_subtree_control()
189 ret = KSFT_PASS; in test_memcg_current()
412 ret = KSFT_PASS; in test_memcg_protection()
432 ret = KSFT_PASS; in test_memcg_protection()
535 ret = KSFT_PASS; in test_memcg_high()
609 ret = KSFT_PASS; in test_memcg_high_sync()
662 ret = KSFT_PASS; in test_memcg_max()
777 ret = KSFT_PASS; in test_memcg_reclaim()
872 ret = KSFT_PASS; in test_memcg_swap_max()
916 ret = KSFT_PASS; in test_memcg_oom_events()
[all …]
H A Dtest_cpu.c82 ret = KSFT_PASS; in test_cpucg_subtree_control()
223 ret = KSFT_PASS; in test_cpucg_stats()
289 ret = KSFT_PASS; in run_cpucg_weight_test()
336 ret = KSFT_PASS; in overprovision_validate()
376 ret = KSFT_PASS; in underprovision_validate()
513 ret = KSFT_PASS; in run_cpucg_nested_weight_test()
611 ret = KSFT_PASS; in test_cpucg_max()
671 ret = KSFT_PASS; in test_cpucg_max_nested()
712 case KSFT_PASS: in main()
H A Dtest_zswap.c148 ret = KSFT_PASS; in test_zswap_usage()
203 ret = KSFT_PASS; in test_swapin_nozswap()
243 ret = KSFT_PASS; in test_zswapin()
359 ret = KSFT_PASS; in test_zswap_writeback()
412 ret = KSFT_PASS; in test_no_invasive_cgroup_shrink()
530 ret = result_ok ? KSFT_PASS : KSFT_FAIL; in test_no_kmem_bypass()
588 case KSFT_PASS: in main()
H A Dtest_cpuset.c129 ret = KSFT_PASS; in test_cpuset_perms_object()
215 ret = KSFT_PASS; in test_cpuset_perms_subtree()
261 case KSFT_PASS: in main()
/linux/tools/testing/selftests/devices/
H A Dksft.py14 KSFT_PASS = 0 variable
74 exit_code = KSFT_PASS
90 sys.exit(KSFT_PASS)
/linux/tools/testing/selftests/net/
H A Dudpgso_bench.sh12 readonly KSFT_PASS=0
23 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
46 exit ${KSFT_PASS}
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c124 int ret = KSFT_PASS; in test_cachestat()
281 4, O_RDONLY, 0400) == KSFT_PASS) in main()
290 false, 4, O_CREAT | O_RDWR, 0600) == KSFT_PASS) in main()
303 case KSFT_PASS: in main()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c82 return KSFT_PASS; in vdso_test_clock()
123 return KSFT_PASS; in main()
/linux/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh12 KSFT_PASS=0
103 exit "$KSFT_PASS"
/linux/tools/testing/selftests/
H A Dkselftest.h80 #define KSFT_PASS 0 macro
275 case KSFT_PASS: in ksft_test_result_code()
318 case KSFT_PASS: \
335 exit(KSFT_PASS); in ksft_exit_pass()
H A Dkselftest_harness.h1060 case KSFT_PASS: in __wait_for_test()
1061 t->exit_code = KSFT_PASS; in __wait_for_test()
1078 t->exit_code = KSFT_PASS; in __wait_for_test()
1163 return KSFT_PASS; in test_harness_argv_check()
1223 t->exit_code = KSFT_PASS; in __run_test()
1262 else if (t->exit_code == KSFT_PASS || t->exit_code == KSFT_FAIL) in __run_test()
1284 if (ret != KSFT_PASS) in test_harness_run()
/linux/tools/testing/selftests/mm/
H A Dksm_tests.c372 return KSFT_PASS; in check_ksm_merge()
412 return KSFT_PASS; in check_ksm_unmerge()
457 return KSFT_PASS; in check_ksm_zero_page_merge()
541 return KSFT_PASS; in check_ksm_numa_merge()
610 return KSFT_PASS; in ksm_merge_hugepages_time()
651 return KSFT_PASS; in ksm_merge_time()
698 return KSFT_PASS; in ksm_unmerge_time()
769 return KSFT_PASS; in ksm_cow_time()
H A Dmemfd_secret.c144 exit(KSFT_PASS); in try_process_vm_read()
176 exit(KSFT_PASS); in try_ptrace()
192 if ((WIFEXITED(status) && WEXITSTATUS(status) == KSFT_PASS) || in check_child_status()

12