Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 19 of 19) sorted by relevance

/linux/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"); in test_missed_kprobe_recursion()
123 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 Dmissed_tp_recursion.c32 int test3(struct pt_regs *ctx) in test3() function
H A Dmissed_kprobe_recursion.c33 int test3(struct pt_regs *ctx) in test3() function
H A Dtest_uprobe.c40 int BPF_URETPROBE(test3, int ret) in BPF_URETPROBE() argument
H A Dfentry_many_args.c32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
H A Dfexit_many_args.c33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
H A Dfentry_test.c27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() argument
H A Dpreempted_bpf_ma_op.c102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d) in BPF_PROG2() argument
H A Dfexit_test.c27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() argument
H A Dget_func_ip_test.c47 int test3(struct pt_regs *ctx) in test3() function
H A Dtimer.c318 int BPF_PROG2(test3, int, a) in BPF_PROG2() argument
H A Dverifier_iterating_callbacks.c648 int test3(const void *ctx) in test3() function
/linux/tools/perf/tests/
H A Dhists_cumulate.c462 static int test3(struct evsel *evsel, struct machine *machine) in test3() function
716 test3, in test__hists_cumulate()
H A Dhists_output.c296 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 Dso_incoming_cpu.c256 TEST_F(so_incoming_cpu, test3) in TEST_F() argument
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst66 test3
79 root test1 test2 test3
/linux/arch/alpha/kernel/
H A Dsmc37c669.c526 unsigned test3 : 1; /* Reserved - set t0 0 */ member
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c421 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()
/linux/Documentation/arch/x86/
H A Dboot.rst28 Protocol 2.02 (Kernel 2.4.0-test3-pre3) New command line protocol.