Symbol: test_pass
tools/testing/memblock/tests/common.h
141
void test_pass(void);
tools/testing/memblock/tests/common.h
149
test_pass();
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
781
TEST_INIT(test_pass),
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
277
skel->bss->test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
283
if (!ASSERT_TRUE(skel->bss->test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
296
bool *test_pass)
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
305
*test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
349
if (!ASSERT_TRUE(*test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
361
bool *test_pass)
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
371
*test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
421
if (!ASSERT_TRUE(*test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
442
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
447
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
452
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
457
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
462
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
467
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
472
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
476
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
480
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
484
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
488
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
492
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
496
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
502
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
507
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
512
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
517
&skel->bss->test_pass);
tools/testing/selftests/bpf/progs/test_xdp_meta.c
135
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
196
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
22
bool test_pass;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
368
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
398
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
427
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
459
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
501
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
543
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
576
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
610
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
644
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
668
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
79
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
97
test_pass = true;
tools/testing/selftests/bpf/test_sockmap.c
209
test_pass();
tools/testing/selftests/riscv/cfi/shadowstack.c
360
bool test_pass = false;
tools/testing/selftests/riscv/cfi/shadowstack.c
375
test_pass = (*shstk_tests[test_count].t_func)(test_count, NULL);
tools/testing/selftests/riscv/cfi/shadowstack.c
376
ksft_test_result(test_pass, shstk_tests[test_count].name);