Searched refs:test2 (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmissed_kprobe.c27 int test2(struct pt_regs *ctx) function
H A Dmissed_kprobe_recursion.c27 int test2(struct pt_regs *ctx) function
H A Dmissed_tp_recursion.c26 int test2(struct pt_regs *ctx) function
H A Dtest_uprobe.c28 int BPF_UPROBE(test2)
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b)
H A Dfentry_many_args.c21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f,
H A Dfexit_many_args.c21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f,
H A Dpreempted_bpf_ma_op.c95 int BPF_PROG2(test2, char, a, int, b, u64, c)
H A Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret)
H A Dget_func_ip_test.c38 int BPF_PROG(test2, int a)
H A Dget_func_args_test.c44 int BPF_PROG(test2)
H A Dlinked_list_fail.c275 struct test2 { struct in struct:test1
276 struct test2 *next;
H A Dtimer.c250 int BPF_PROG2(test2, int, a, int, b)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmissed.c33 err = bpf_link_get_info_by_fd(bpf_link__fd(skel->links.test2), &info, &len);
62 * check the kprobe's bpf_prog_active check is hit for test2-5.
84 ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test2)), 1, "test2_recursion_misses");
122 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test2)), 1, "test2_recursion_misses");
/linux-master/lib/
H A Drandom32.c144 } test2[] = { variable in typeref:struct:prandom_test2
277 for (i = 0; i < ARRAY_SIZE(test2); i++) {
280 prandom_state_selftest_seed(&state, test2[i].seed);
283 for (j = 0; j < test2[i].iteration - 1; j++)
286 if (test2[i].result != prandom_u32_state(&state))
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c52 int test1, test2; local
70 test2 = ioread16(mem);
78 if (test2)
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh209 write_hugetlbfs a/b "$MNT"/test2 $size
234 write_hugetlbfs a/b "$MNT"/test2 $size
/linux-master/tools/perf/tests/
H A Dhists_cumulate.c314 static int test2(struct evsel *evsel, struct machine *machine) function
715 test2,
H A Dhists_output.c240 static int test2(struct evsel *evsel, struct machine *machine) function
601 test2,
/linux-master/tools/testing/selftests/net/
H A Dso_incoming_cpu.c242 TEST_F(so_incoming_cpu, test2)
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c401 struct test test2[] = { variable in typeref:struct:test
475 for (cur_test = test2; cur_test->desc != NULL; cur_test++) {
/linux-master/drivers/ptp/
H A Dptp_ines.c119 u32 test2; member in struct:ines_global_regs
221 ines_write32(clock, 0xBEEF, test2);
226 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2));
/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c523 unsigned test2 : 1; /* Reserved - set to 0 */ member in struct:_SMC37c669_CR0F::__anon101
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c420 u16 test2; local
430 test2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2);
432 } while (v3 != test3 || v2 != test2 || v1 != test1);

Completed in 224 milliseconds