test3
unsigned test3 : 1; /* Reserved - set t0 0 */
u16 test3;
test3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3);
} while (v3 != test3 || v2 != test2 || v1 != test1);
test3,
test3,
ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses");
ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses");
int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f,
int BPF_PROG(test3, char a, int b, __u64 c)
int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f,
int BPF_PROG(test3, char a, int b, __u64 c, int ret)
int BPF_PROG(test3, void *a, char b, int c, __u64 d, int ret)
int test3(struct pt_regs *ctx)
int test3(struct pt_regs *ctx)
int test3(struct pt_regs *ctx)
int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d)
int BPF_URETPROBE(test3, int ret)
int BPF_PROG2(test3, int, a)
int test3(const void *ctx)
TEST_F(so_incoming_cpu, test3)