Home
last modified time | relevance | path

Searched refs:KSFT_FAIL (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/testing/selftests/arm64/mte/
A Dcheck_mmap_options.c39 return KSFT_FAIL; in check_mte_memory()
45 return KSFT_FAIL; in check_mte_memory()
47 return KSFT_FAIL; in check_mte_memory()
53 return KSFT_FAIL; in check_mte_memory()
55 return KSFT_FAIL; in check_mte_memory()
72 return KSFT_FAIL; in check_anonymous_memory_mapping()
81 return KSFT_FAIL; in check_anonymous_memory_mapping()
87 return KSFT_FAIL; in check_anonymous_memory_mapping()
103 return KSFT_FAIL; in check_file_memory_mapping()
109 return KSFT_FAIL; in check_file_memory_mapping()
[all …]
A Dcheck_buffer_fill.c40 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 Dcheck_tags_inclusion.c29 return KSFT_FAIL; in verify_mte_pointer_validity()
38 return KSFT_FAIL; in verify_mte_pointer_validity()
51 return KSFT_FAIL; in check_single_included_tags()
63 result = KSFT_FAIL; in check_single_included_tags()
82 return KSFT_FAIL; in check_multiple_included_tags()
95 result = KSFT_FAIL; in check_multiple_included_tags()
113 return KSFT_FAIL; in check_all_included_tags()
136 return KSFT_FAIL; in check_none_included_tags()
146 return KSFT_FAIL; in check_none_included_tags()
157 return KSFT_FAIL; in check_none_included_tags()
[all …]
A Dcheck_child_memory.c40 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 Dcheck_gcr_el1_cswitch.c77 return (void *)KSFT_FAIL; in execute_thread()
93 if (thread_data[i] == KSFT_FAIL) in execute_test()
94 return KSFT_FAIL; in execute_test()
110 return KSFT_FAIL; in mte_gcr_fork_test()
131 if (results[i] == KSFT_FAIL) in mte_gcr_fork_test()
132 return KSFT_FAIL; in mte_gcr_fork_test()
153 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
A Dcheck_user_mem.c29 err = KSFT_FAIL; in check_usermem_access_fault()
34 return KSFT_FAIL; in check_usermem_access_fault()
37 return KSFT_FAIL; in check_usermem_access_fault()
42 return KSFT_FAIL; in check_usermem_access_fault()
91 return KSFT_FAIL; in main()
115 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
A Dmte_common_util.h80 else if (err == KSFT_FAIL) in evaluate_test()
89 return KSFT_FAIL; in check_allocated_memory()
95 return KSFT_FAIL; in check_allocated_memory()
106 return KSFT_FAIL; in check_allocated_memory_range()
113 return KSFT_FAIL; in check_allocated_memory_range()
A Dcheck_ksm_options.c103 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()
/linux/tools/testing/selftests/breakpoints/
A Dstep_after_suspend_test.c58 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 …]
/linux/tools/testing/selftests/vm/
A Dksm_tests.c266 return KSFT_FAIL; in check_ksm_merge()
272 return KSFT_FAIL; in check_ksm_merge()
287 return KSFT_FAIL; in check_ksm_merge()
298 return KSFT_FAIL; in check_ksm_unmerge()
304 return KSFT_FAIL; in check_ksm_unmerge()
327 return KSFT_FAIL; in check_ksm_unmerge()
371 return KSFT_FAIL; in check_ksm_zero_page_merge()
456 return KSFT_FAIL; in check_ksm_numa_merge()
551 return KSFT_FAIL; in ksm_merge_hugepages_time()
592 return KSFT_FAIL; in ksm_merge_time()
[all …]
A Dmemfd_secret.c91 exit(KSFT_FAIL); in try_process_vm_read()
104 exit(KSFT_FAIL); in try_process_vm_read()
116 exit(KSFT_FAIL); in try_ptrace()
122 exit(KSFT_FAIL); in try_ptrace()
129 exit(KSFT_FAIL); in try_ptrace()
135 exit(KSFT_FAIL); in try_ptrace()
/linux/tools/testing/selftests/net/
A Dipsec.c558 exit(KSFT_FAIL); in write_msg()
563 exit(KSFT_FAIL); in write_msg()
574 exit(KSFT_FAIL); in read_msg()
579 exit(KSFT_FAIL); in read_msg()
1802 ret = KSFT_FAIL; in child_serv()
1812 ret = KSFT_FAIL; in child_serv()
1825 exit(KSFT_FAIL); in child_f()
1829 exit(KSFT_FAIL); in child_f()
1966 exit(KSFT_FAIL); in grand_child_f()
2031 exit(KSFT_FAIL); in exit_usage()
[all …]
A Dudpgso_bench.sh12 readonly KSFT_FAIL=1
36 exit ${KSFT_FAIL}
/linux/tools/testing/selftests/vDSO/
A Dvdso_test_abi.c55 return KSFT_FAIL; in vdso_test_gettimeofday()
80 return KSFT_FAIL; in vdso_test_clock_gettime()
104 return KSFT_FAIL; in vdso_test_time()
129 return KSFT_FAIL; in vdso_test_clock_getres()
136 return KSFT_FAIL; in vdso_test_clock_getres()
241 return KSFT_FAIL; in main()
A Dvdso_test_clock_getres.c78 return KSFT_FAIL; in vdso_test_clock()
121 return KSFT_FAIL; in main()
A Dvdso_test_getcpu.c50 return KSFT_FAIL; in main()
A Dvdso_test_gettimeofday.c62 return KSFT_FAIL; in main()
/linux/tools/testing/selftests/cgroup/
A Dtest_kill.c59 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 Dtest_freezer.c138 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()
A Dtest_core.c80 int ret = KSFT_FAIL; in test_cgcore_destroy()
142 int ret = KSFT_FAIL; in test_cgcore_populated()
275 int ret = KSFT_FAIL; in test_cgcore_invalid_domain()
337 int ret = KSFT_FAIL; in test_cgcore_parent_becomes_threaded()
376 int ret = KSFT_FAIL; in test_cgcore_no_internal_process_constraint_on_threads()
428 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_enable()
463 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_disable()
504 int ret = KSFT_FAIL; in test_cgcore_internal_process_constraint()
550 int ret = KSFT_FAIL; in test_cgcore_proc_migration()
623 int ret = KSFT_FAIL; in test_cgcore_thread_migration()
[all …]
A Dtest_memcontrol.c30 int ret = KSFT_FAIL; in test_memcg_subtree_control()
159 int ret = KSFT_FAIL; in test_memcg_current()
266 int ret = KSFT_FAIL; in test_memcg_min()
422 int ret = KSFT_FAIL; in test_memcg_low()
589 int ret = KSFT_FAIL; in test_memcg_high()
638 int ret = KSFT_FAIL; in test_memcg_max()
715 int ret = KSFT_FAIL; in test_memcg_swap_max()
779 int ret = KSFT_FAIL; in test_memcg_oom_events()
899 ret = KSFT_FAIL; in tcp_client()
1009 int ret = KSFT_FAIL; in test_memcg_oom_group_leaf_events()
[all …]
A Dtest_kmem.c54 int ret = KSFT_FAIL; in test_kmem_basic()
166 int ret = KSFT_FAIL; in test_kmem_memcg_deletion()
223 int ret = KSFT_FAIL; in test_kmem_proc_kpagecgroup()
282 int ret = KSFT_FAIL; in test_kmem_kernel_stacks()
310 int ret = KSFT_FAIL; in test_kmem_dead_cgroups()
357 int ret = KSFT_FAIL; in test_percpu_basic()
/linux/tools/testing/selftests/
A Dkselftest.h53 #define KSFT_FAIL 1 macro
219 exit(KSFT_FAIL); in ksft_exit_fail()
246 exit(KSFT_FAIL); in ksft_exit_fail_msg()
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c70 td->result = KSFT_FAIL; in default_result()
304 td->result = KSFT_FAIL; in test_setup()
/linux/tools/testing/selftests/uevent/
A Duevent_filtering.c365 _exit(KSFT_FAIL); in TEST()

Completed in 28 milliseconds

12