Home
last modified time | relevance | path

Searched refs:test6_result (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dfentry_test.c50 __u64 test6_result = 0; variable
54 test6_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
A Dget_func_ip_test.c66 __u64 test6_result = 0; variable
72 test6_result = (const void *) addr == &bpf_fentry_test6 + 5; in test6()
A Dfexit_test.c51 __u64 test6_result = 0; variable
55 test6_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dget_func_ip_test.c49 ASSERT_EQ(skel->bss->test6_result, 1, "test6_result"); in test_get_func_ip_test()

Completed in 5 milliseconds