Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 27) sorted by relevance

12

/linux/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); in test_missed_perf_kprobe()
84 ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test2)), 1, "test2_recursion_misses"); in test_missed_kprobe_recursion()
123 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test2)), 1, "test2_recursion_misses"); in test_missed_tp_recursion()
/linux/tools/testing/selftests/bpf/progs/
H A Dmissed_kprobe.c27 int test2(struct pt_regs *ctx) in test2() function
H A Dmissed_tp_recursion.c26 int test2(struct pt_regs *ctx) in test2() function
H A Dmissed_kprobe_recursion.c27 int test2(struct pt_regs *ctx) in test2() function
H A Dtest_uprobe.c28 int BPF_UPROBE(test2) in BPF_UPROBE() argument
H A Dfentry_many_args.c21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
H A Dfexit_many_args.c21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
H A Dpreempted_bpf_ma_op.c95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument
H A Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() argument
H A Dget_func_ip_test.c37 int BPF_PROG(test2, int a) in BPF_PROG() argument
H A Dget_func_args_test.c44 int BPF_PROG(test2) in BPF_PROG() argument
H A Dlinked_list_fail.c274 struct test2 { in ptr_walk_scalar() struct
275 struct test2 *next; in ptr_walk_scalar() argument
H A Dtimer.c282 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2()
251 BPF_PROG2(test2,int,a,int,b) BPF_PROG2() argument
H A Dverifier_iterating_callbacks.c625 int test2(const void *ctx) in test1()
629 int test2(const void *ctx) test2() function
/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh197 write_hugetlbfs a/b "$MNT"/test2 $size
220 write_hugetlbfs a/b "$MNT"/test2 $size
/linux/tools/perf/tests/
H A Dhists_cumulate.c314 static int test2(struct evsel *evsel, struct machine *machine) in test2() function
715 test2, in test__hists_cumulate()
H A Dhists_output.c240 static int test2(struct evsel *evsel, struct machine *machine) in test2() function
601 test2, in test__hists_output()
/linux/drivers/ptp/
H A Dptp_ines.c119 u32 test2; member
221 ines_write32(clock, 0xBEEF, test2); in ines_clock_init()
226 dev_dbg(device, "TEST2 0x%x\n", ines_read32(clock, test2)); in ines_clock_init()
/linux/drivers/net/netdevsim/
H A Ddev.c325 &nsim_dev->test2); in nsim_dev_debugfs_init()
537 ctx->val.vu32 = nsim_dev->test2; in nsim_devlink_param_test2_get()
548 nsim_dev->test2 = ctx->val.vu32; in nsim_devlink_param_test2_set()
570 nsim_dev->test2 = NSIM_DEV_TEST2_DEFAULT; in nsim_devlink_param_test2_reset_default()
1648 nsim_dev->test2 = NSIM_DEV_TEST2_DEFAULT; in nsim_drv_probe()
H A Dnetdevsim.h335 u32 test2; member
/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c402 struct test test2[] = { variable
477 for (cur_test = test2; cur_test->desc != NULL; cur_test++) { in perf_test_thread()
/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c242 TEST_F(so_incoming_cpu, test2) in TEST_F() argument
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst64 test1 test2
79 root test1 test2 test3
/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh287 agg_set_line_name agg0 line2 test2

12