Searched refs:KSFT_FAIL (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c58 return KSFT_FAIL;
66 return KSFT_FAIL;
70 return KSFT_FAIL;
75 return KSFT_FAIL;
87 return KSFT_FAIL;
93 return KSFT_FAIL;
98 return KSFT_FAIL;
102 return KSFT_FAIL;
107 return KSFT_FAIL;
113 return KSFT_FAIL;
[all...]
/linux-master/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh13 KSFT_FAIL=1
96 exit "$KSFT_FAIL"
105 exit "$KSFT_FAIL"
/linux-master/tools/testing/selftests/devices/
H A Dksft.py15 KSFT_FAIL = 1 variable
76 exit_code = KSFT_FAIL
85 sys.exit(KSFT_FAIL)
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c39 return KSFT_FAIL;
45 return KSFT_FAIL;
47 return KSFT_FAIL;
53 return KSFT_FAIL;
55 return KSFT_FAIL;
71 return KSFT_FAIL;
80 return KSFT_FAIL;
85 if (result == KSFT_FAIL)
86 return KSFT_FAIL;
102 return KSFT_FAIL;
[all...]
H A Dcheck_gcr_el1_cswitch.c66 return (void *)KSFT_FAIL;
82 if (thread_data[i] == KSFT_FAIL)
83 return KSFT_FAIL;
99 return KSFT_FAIL;
120 if (results[i] == KSFT_FAIL)
121 return KSFT_FAIL;
142 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
H A Dcheck_tags_inclusion.c31 return KSFT_FAIL;
43 return KSFT_FAIL;
57 return KSFT_FAIL;
62 result = KSFT_FAIL;
71 result = KSFT_FAIL;
90 return KSFT_FAIL;
103 result = KSFT_FAIL;
121 return KSFT_FAIL;
125 return KSFT_FAIL;
146 return KSFT_FAIL;
[all...]
H A Dcheck_buffer_fill.c40 return KSFT_FAIL;
60 return KSFT_FAIL;
78 return KSFT_FAIL;
155 return (err ? KSFT_FAIL : KSFT_PASS);
174 return KSFT_FAIL;
258 return (err ? KSFT_FAIL : KSFT_PASS);
272 return KSFT_FAIL;
277 return KSFT_FAIL;
284 return KSFT_FAIL;
289 return KSFT_FAIL;
[all...]
H A Dmte_common_util.h82 case KSFT_FAIL:
100 return KSFT_FAIL;
106 return KSFT_FAIL;
117 return KSFT_FAIL;
124 return KSFT_FAIL;
H A Dcheck_child_memory.c40 return KSFT_FAIL;
81 return (fault) ? KSFT_FAIL : KSFT_PASS;
97 return KSFT_FAIL;
100 if (result == KSFT_FAIL)
116 return KSFT_FAIL;
122 return KSFT_FAIL;
132 return KSFT_FAIL;
139 return KSFT_FAIL;
152 return KSFT_FAIL;
197 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
[all...]
H A Dcheck_ksm_options.c103 err = KSFT_FAIL;
112 return KSFT_FAIL;
141 return KSFT_FAIL;
165 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
H A Dcheck_user_mem.c50 return KSFT_FAIL;
53 return KSFT_FAIL;
58 return KSFT_FAIL;
135 err = KSFT_FAIL;
207 return KSFT_FAIL;
242 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c132 ret = KSFT_FAIL;
141 ret = KSFT_FAIL;
152 ret = KSFT_FAIL;
162 ret = KSFT_FAIL;
172 ret = KSFT_FAIL;
183 ret = KSFT_FAIL;
189 ret = KSFT_FAIL;
298 case KSFT_FAIL:
300 ret = KSFT_FAIL;
/linux-master/tools/testing/selftests/mm/
H A Dksm_tests.c355 return KSFT_FAIL;
361 return KSFT_FAIL;
378 return KSFT_FAIL;
389 return KSFT_FAIL;
395 return KSFT_FAIL;
418 return KSFT_FAIL;
429 return KSFT_FAIL;
433 return KSFT_FAIL;
438 return KSFT_FAIL;
462 return KSFT_FAIL;
[all...]
H A Dmemfd_secret.c94 exit(KSFT_FAIL);
107 exit(KSFT_FAIL);
119 exit(KSFT_FAIL);
125 exit(KSFT_FAIL);
132 exit(KSFT_FAIL);
138 exit(KSFT_FAIL);
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c78 return KSFT_FAIL;
121 return KSFT_FAIL;
H A Dvdso_test_gettimeofday.c65 return KSFT_FAIL;
H A Dvdso_test_getcpu.c54 return KSFT_FAIL;
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c121 int ret = KSFT_FAIL;
162 int ret = KSFT_FAIL;
214 int ret = KSFT_FAIL;
258 int ret = KSFT_FAIL;
264 return KSFT_FAIL;
343 int ret = KSFT_FAIL;
350 return KSFT_FAIL;
356 return KSFT_FAIL;
358 return KSFT_FAIL;
406 ret = result_ok ? KSFT_PASS : KSFT_FAIL;
[all...]
H A Dtest_kill.c59 int ret = KSFT_FAIL;
90 ret = KSFT_FAIL;
117 int ret = KSFT_FAIL;
194 ret = KSFT_FAIL;
224 int ret = KSFT_FAIL;
255 ret = KSFT_FAIL;
H A Dtest_freezer.c138 int ret = KSFT_FAIL;
191 int ret = KSFT_FAIL;
362 int ret = KSFT_FAIL;
401 int ret = KSFT_FAIL;
455 int ret = KSFT_FAIL;
510 int ret = KSFT_FAIL;
585 int ret = KSFT_FAIL;
667 int pid, ret = KSFT_FAIL;
711 int pid, ret = KSFT_FAIL;
780 int ret = KSFT_FAIL;
[all...]
H A Dtest_core.c80 int ret = KSFT_FAIL;
142 int ret = KSFT_FAIL;
275 int ret = KSFT_FAIL;
337 int ret = KSFT_FAIL;
376 int ret = KSFT_FAIL;
428 int ret = KSFT_FAIL;
463 int ret = KSFT_FAIL;
504 int ret = KSFT_FAIL;
550 int ret = KSFT_FAIL;
623 int ret = KSFT_FAIL;
[all...]
H A Dtest_kmem.c54 int ret = KSFT_FAIL;
170 int ret = KSFT_FAIL;
220 int ret = KSFT_FAIL;
279 int ret = KSFT_FAIL;
307 int ret = KSFT_FAIL;
354 int ret = KSFT_FAIL;
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench.sh13 readonly KSFT_FAIL=1
37 exit ${KSFT_FAIL}
H A Dipsec.c596 exit(KSFT_FAIL);
601 exit(KSFT_FAIL);
612 exit(KSFT_FAIL);
617 exit(KSFT_FAIL);
1301 return KSFT_FAIL;
1306 return KSFT_FAIL;
1313 return KSFT_FAIL;
1318 return KSFT_FAIL;
1322 return (answer.error) ? KSFT_FAIL : KSFT_PASS;
1375 int xfrm_listen = -1, ret = KSFT_FAIL;
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh5 readonly KSFT_FAIL=1
92 exit ${KSFT_FAIL}
227 "${KSFT_FAIL}")
235 exit ${KSFT_FAIL}
258 exit ${KSFT_FAIL}
401 exit ${KSFT_FAIL}

Completed in 411 milliseconds

123