/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | missed.c | 85 ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses"); in test_missed_kprobe_recursion() 124 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test3)), 1, "test3_recursion_misses"); in test_missed_tp_recursion()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | missed_tp_recursion.c | 32 int test3(struct pt_regs *ctx) in test3() function
|
H A D | missed_kprobe_recursion.c | 33 int test3(struct pt_regs *ctx) in test3() function
|
H A D | test_uprobe.c | 40 int BPF_URETPROBE(test3, int ret) in BPF_URETPROBE() argument
|
H A D | fentry_many_args.c | 32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
|
H A D | fexit_many_args.c | 33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
|
H A D | fentry_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() argument
|
H A D | preempted_bpf_ma_op.c | 102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d) in BPF_PROG2() argument
|
H A D | fexit_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() argument
|
H A D | get_func_ip_test.c | 47 int test3(struct pt_regs *ctx) in test3() function
|
H A D | timer.c | 318 int BPF_PROG2(test3, int, a) in BPF_PROG2() argument
|
H A D | verifier_iterating_callbacks.c | 648 int test3(const void *ctx) in test3() function
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 462 static int test3(struct evsel *evsel, struct machine *machine) in test3() function 716 test3, in test__hists_cumulate()
|
H A D | hists_output.c | 296 static int test3(struct evsel *evsel, struct machine *machine) in test3() function 602 test3, in test__hists_output()
|
/linux/tools/testing/selftests/net/ |
H A D | so_incoming_cpu.c | 256 TEST_F(so_incoming_cpu, test3) in TEST_F() argument
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | blkio-controller.rst | 66 test3 79 root test1 test2 test3
|
/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 526 unsigned test3 : 1; /* Reserved - set t0 0 */ member
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 421 u16 test3; in b43legacy_tsf_read() local 429 test3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3); in b43legacy_tsf_read() 432 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()
|