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
318
skel->bss->test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
324
if (!ASSERT_TRUE(skel->bss->test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
337
bool *test_pass)
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
346
*test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
390
if (!ASSERT_TRUE(*test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
402
bool *test_pass)
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
412
*test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
462
if (!ASSERT_TRUE(*test_pass, "test_pass"))
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
483
&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
493
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
498
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
503
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
508
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
513
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
517
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
521
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
525
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
529
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
533
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
537
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
543
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
548
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
553
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
558
&skel->bss->test_pass);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
599
skel->bss->test_pass = false;
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
666
if (!ASSERT_TRUE(skel->bss->test_pass, "test_pass"))
tools/testing/selftests/bpf/progs/test_xdp_meta.c
126
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
187
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
379
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
409
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
438
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
465
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
503
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
540
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
563
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
595
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
629
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
663
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
687
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
70
test_pass = true;
tools/testing/selftests/bpf/progs/test_xdp_meta.c
88
test_pass = true;
tools/testing/selftests/bpf/test_sockmap.c
195
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);