Home
last modified time | relevance | path

Searched refs:test3_result (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c25 __u64 test3_result = 0; variable
29 test3_result = a == 4 && b == 5 && c == 6; in BPF_PROG()
H A Dfexit_test.c25 __u64 test3_result = 0; variable
29 test3_result = a == 4 && b == 5 && c == 6 && ret == 15; in BPF_PROG()