Searched refs:test5_result (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c41 __u64 test5_result = 0; variable
45 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 &&
H A Dfexit_test.c42 __u64 test5_result = 0; variable
46 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 &&
H A Dget_func_ip_test.c66 __u64 test5_result = 0; variable
72 test5_result = (const void *) addr == &bpf_modify_return_test;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_ip_test.c46 ASSERT_EQ(skel->bss->test5_result, 1, "test5_result");

Completed in 98 milliseconds