tools/testing/selftests/arm64/mte/check_buffer_fill.c
155
return (err ? KSFT_FAIL : KSFT_PASS);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
173
0, overflow_range) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
258
return (err ? KSFT_FAIL : KSFT_PASS);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
264
int j, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
271
if (check_allocated_memory(src, size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
275
if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
283
if (check_allocated_memory(dst, size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
287
if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
294
if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
298
if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
308
result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
330
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
338
int i, item, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
345
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
362
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
375
if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
377
if (compare_memory_tags(ptr, sizes[run], 0) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
388
if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
39
if (check_allocated_memory(ptr, sizes[i], mem_type, true) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
392
if (compare_memory_tags(ptr, sizes[run], 0) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
400
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
477
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
58
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_buffer_fill.c
77
underflow_range, 0) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_child_memory.c
103
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_child_memory.c
109
int run, fd, map_size, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_child_memory.c
120
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_child_memory.c
138
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_child_memory.c
141
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_child_memory.c
197
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_child_memory.c
81
return (fault) ? KSFT_FAIL : KSFT_PASS;
tools/testing/selftests/arm64/mte/check_child_memory.c
96
UNDERFLOW, OVERFLOW) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c
123
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c
142
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c
63
return (void *)KSFT_PASS;
tools/testing/selftests/arm64/mte/check_gcr_el1_cswitch.c
85
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
132
return (fault) ? KSFT_FAIL : KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
143
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
156
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
173
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
188
0, 0) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
199
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
202
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
217
0, 0) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
224
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
295
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_ksm_options.c
111
if (check_allocated_memory(ptr, TEST_UNIT * page_sz, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_ksm_options.c
125
err = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_ksm_options.c
165
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_mmap_options.c
1008
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_mmap_options.c
110
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_mmap_options.c
127
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
142
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
145
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_mmap_options.c
154
int result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_mmap_options.c
167
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_mmap_options.c
185
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
188
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_mmap_options.c
204
UNDERFLOW, OVERFLOW) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
216
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
225
UNDERFLOW, OVERFLOW) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_mmap_options.c
241
if (result != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
244
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
116
int run, ret, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
120
mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
127
for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
145
if (check_allocated_memory(ptr, BUFFER_SIZE, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
171
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
199
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
35
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
45
return KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
52
int tag, run, ret, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
56
mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
59
for (tag = 0; (tag < MT_TAG_COUNT) && (result == KSFT_PASS); tag++) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
64
for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
84
int tag, run, result = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
89
mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
92
for (tag = 0; (tag < MT_TAG_COUNT - 1) && (result == KSFT_PASS); tag++) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
96
for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) {
tools/testing/selftests/arm64/mte/check_user_mem.c
242
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/arm64/mte/check_user_mem.c
45
err = KSFT_PASS;
tools/testing/selftests/arm64/mte/check_user_mem.c
56
if (check_allocated_memory(ptr, len, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/mte_common_util.h
114
return KSFT_PASS;
tools/testing/selftests/arm64/mte/mte_common_util.h
131
return KSFT_PASS;
tools/testing/selftests/arm64/mte/mte_common_util.h
84
case KSFT_PASS:
tools/testing/selftests/arm64/signal/sve_helpers.c
55
return KSFT_PASS;
tools/testing/selftests/arm64/signal/test_signals_utils.c
73
td->result = KSFT_PASS;
tools/testing/selftests/breakpoints/step_after_suspend_test.c
127
return KSFT_PASS;
tools/testing/selftests/breakpoints/step_after_suspend_test.c
232
case KSFT_PASS:
tools/testing/selftests/cachestat/test_cachestat.c
129
int ret = KSFT_PASS;
tools/testing/selftests/cachestat/test_cachestat.c
321
4, O_RDONLY, 0400) == KSFT_PASS)
tools/testing/selftests/cachestat/test_cachestat.c
330
false, 4, O_CREAT | O_RDWR, 0600) == KSFT_PASS)
tools/testing/selftests/cachestat/test_cachestat.c
343
case KSFT_PASS:
tools/testing/selftests/cgroup/test_core.c
129
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
256
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
329
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
374
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
426
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
466
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
510
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
554
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
604
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
693
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
759
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
855
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_core.c
945
case KSFT_PASS:
tools/testing/selftests/cgroup/test_cpu.c
225
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
297
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
364
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
411
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
451
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
588
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
697
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
768
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpu.c
812
case KSFT_PASS:
tools/testing/selftests/cgroup/test_cpu.c
84
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpuset.c
129
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpuset.c
215
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_cpuset.c
263
case KSFT_PASS:
tools/testing/selftests/cgroup/test_freezer.c
1127
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
1218
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
1303
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
1360
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
1452
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
1499
case KSFT_PASS:
tools/testing/selftests/cgroup/test_freezer.c
164
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
326
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
385
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
435
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
487
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
568
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
631
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
697
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
754
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
798
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
887
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_freezer.c
982
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_hugetlb_memcg.c
192
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_hugetlb_memcg.c
221
case KSFT_PASS:
tools/testing/selftests/cgroup/test_kill.c
186
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kill.c
192
if (ret == KSFT_PASS &&
tools/testing/selftests/cgroup/test_kill.c
248
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kill.c
254
if (ret == KSFT_PASS &&
tools/testing/selftests/cgroup/test_kill.c
286
case KSFT_PASS:
tools/testing/selftests/cgroup/test_kill.c
82
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kill.c
88
if (ret == KSFT_PASS &&
tools/testing/selftests/cgroup/test_kmem.c
197
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kmem.c
234
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kmem.c
293
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kmem.c
337
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kmem.c
385
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_kmem.c
441
case KSFT_PASS:
tools/testing/selftests/cgroup/test_kmem.c
87
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1206
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1254
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1364
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1428
if (tcp_client(memcg, port) != KSFT_PASS)
tools/testing/selftests/cgroup/test_memcontrol.c
1456
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1525
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
153
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1581
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1636
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
1701
case KSFT_PASS:
tools/testing/selftests/cgroup/test_memcontrol.c
374
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
605
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
634
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
737
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
811
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
864
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_memcontrol.c
979
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_pids.c
120
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_pids.c
168
case KSFT_PASS:
tools/testing/selftests/cgroup/test_pids.c
61
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
148
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
203
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
243
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
388
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
445
ret = KSFT_PASS;
tools/testing/selftests/cgroup/test_zswap.c
563
ret = result_ok ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/cgroup/test_zswap.c
623
case KSFT_PASS:
tools/testing/selftests/kselftest.h
312
case KSFT_PASS:
tools/testing/selftests/kselftest.h
355
case KSFT_PASS: \
tools/testing/selftests/kselftest.h
375
exit(KSFT_PASS);
tools/testing/selftests/kselftest_harness.h
1037
case KSFT_PASS:
tools/testing/selftests/kselftest_harness.h
1038
t->exit_code = KSFT_PASS;
tools/testing/selftests/kselftest_harness.h
1055
t->exit_code = KSFT_PASS;
tools/testing/selftests/kselftest_harness.h
1145
return KSFT_PASS;
tools/testing/selftests/kselftest_harness.h
1207
t->exit_code = KSFT_PASS;
tools/testing/selftests/kselftest_harness.h
1246
else if (t->exit_code == KSFT_PASS || t->exit_code == KSFT_FAIL)
tools/testing/selftests/kselftest_harness.h
1268
if (ret != KSFT_PASS)
tools/testing/selftests/mm/cow.c
1411
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/cow.c
1524
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/cow.c
246
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/cow.c
377
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/cow.c
560
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/cow.c
717
log_test_result(KSFT_PASS);
tools/testing/selftests/mm/droppable.c
52
exit(KSFT_PASS);
tools/testing/selftests/mm/gup_longterm.c
205
result = KSFT_PASS;
tools/testing/selftests/mm/gup_longterm.c
224
result = KSFT_PASS;
tools/testing/selftests/mm/gup_longterm.c
266
result = KSFT_PASS;
tools/testing/selftests/mm/gup_longterm.c
278
result = KSFT_PASS;
tools/testing/selftests/mm/gup_longterm.c
96
int result = KSFT_PASS;
tools/testing/selftests/mm/hugetlb_madv_vs_map.c
125
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
345
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
385
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
430
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
514
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
588
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
629
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
676
return KSFT_PASS;
tools/testing/selftests/mm/ksm_tests.c
747
return KSFT_PASS;
tools/testing/selftests/mm/memfd_secret.c
144
exit(KSFT_PASS);
tools/testing/selftests/mm/memfd_secret.c
176
exit(KSFT_PASS);
tools/testing/selftests/mm/memfd_secret.c
192
if ((WIFEXITED(status) && WEXITSTATUS(status) == KSFT_PASS) ||
tools/testing/selftests/mm/mrelease_test.c
47
return (timeout > 0) ? KSFT_PASS : KSFT_FAIL;
tools/testing/selftests/mm/uffd-unit-tests.c
1800
return ksft_get_fail_cnt() ? KSFT_FAIL : KSFT_PASS;
tools/testing/selftests/mm/va_high_addr_switch.c
263
int i, ret = KSFT_PASS;
tools/testing/selftests/mm/va_high_addr_switch.c
325
int ret, hugetlb_ret = KSFT_PASS;
tools/testing/selftests/mm/va_high_addr_switch.c
336
if (ret == KSFT_PASS && hugetlb_ret == KSFT_PASS)
tools/testing/selftests/mm/va_high_addr_switch.c
337
return KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1323
return KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1330
return (answer.error) ? KSFT_FAIL : KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1436
ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1508
ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1586
ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1736
return KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1738
return KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1785
ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
1879
exit(KSFT_PASS);
tools/testing/selftests/net/ipsec.c
1896
exit(KSFT_PASS);
tools/testing/selftests/net/ipsec.c
2203
exit(KSFT_PASS);
tools/testing/selftests/net/ipsec.c
2208
unsigned ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
2240
int ret = KSFT_PASS;
tools/testing/selftests/net/ipsec.c
2255
case KSFT_PASS:
tools/testing/selftests/net/ipv6_fragmentation.c
113
return KSFT_PASS;
tools/testing/selftests/net/sk_so_peek_off.c
189
return KSFT_PASS;
tools/testing/selftests/net/sk_so_peek_off.c
201
return KSFT_PASS;
tools/testing/selftests/net/tcp_ao/lib/setup.c
282
exit(KSFT_PASS);
tools/testing/selftests/tty/tty_tstamp_update.c
100
result = KSFT_PASS;