Searched refs:test3 (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmissed_kprobe_recursion.c33 int test3(struct pt_regs *ctx) function
H A Dmissed_tp_recursion.c32 int test3(struct pt_regs *ctx) function
H A Dtest_uprobe.c40 int BPF_URETPROBE(test3, int ret)
H A Dfentry_test.c27 int BPF_PROG(test3, char a, int b, __u64 c)
H A Dfentry_many_args.c32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f,
H A Dfexit_many_args.c33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f,
H A Dpreempted_bpf_ma_op.c102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d)
H A Dfexit_test.c27 int BPF_PROG(test3, char a, int b, __u64 c, int ret)
H A Dget_func_ip_test.c48 int test3(struct pt_regs *ctx) function
H A Dtimer.c317 int BPF_PROG2(test3, int, a)
322 bpf_printk("test3");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmissed.c85 ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses");
123 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses");
/linux-master/tools/perf/tests/
H A Dhists_cumulate.c462 static int test3(struct evsel *evsel, struct machine *machine) function
716 test3,
H A Dhists_output.c296 static int test3(struct evsel *evsel, struct machine *machine) function
602 test3,
/linux-master/tools/testing/selftests/net/
H A Dso_incoming_cpu.c256 TEST_F(so_incoming_cpu, test3)
/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c524 unsigned test3 : 1; /* Reserved - set t0 0 */ member in struct:_SMC37c669_CR0F::__anon101
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c421 u16 test3; local
429 test3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3);
432 } while (v3 != test3 || v2 != test2 || v1 != test1);

Completed in 369 milliseconds