Home
last modified time | relevance | path

Searched full:test2 (Results 1 – 25 of 49) 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()
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"); 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/lib/kunit/
H A Dexecutor_test.c22 { .name = "test2", .run_case = dummy_test },
82 got = kunit_filter_suites(&suite_set, "suite2.test2", NULL, NULL, &err); in filter_suites_test_glob_test()
92 /* Now validate we just have test2 */ in filter_suites_test_glob_test()
94 KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->test_cases[0].name, "test2"); in filter_suites_test_glob_test()
/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/drivers/input/misc/
H A Dpmic8xxx-pwrkey.c52 /* Buck TEST2 registers for shutdown/reset */
62 /* Buck TEST2 register bank 1 */
65 /* Buck TEST2 register bank 7 */
/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 Dverifier_netfilter_retcode.c19 __description("bpf_exit with valid return code. test2")
H A Dtest_uprobe.c28 int BPF_UPROBE(test2) in BPF_UPROBE() argument
H A Dverifier_direct_stack_access_wraparound.c25 __description("direct stack access with 32-bit wraparound. test2")
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_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 Dpreempted_bpf_ma_op.c95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
H A Dverifier_cgroup_inv_retcode.c20 __description("bpf_exit with invalid return code. test2")
H A Dget_func_ip_test.c37 int BPF_PROG(test2, int a) in BPF_PROG() argument
H A Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret) 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
/linux/tools/testing/kunit/
H A Dkunit_tool_test.py306 not ok 2 - test2
311 not ok 2 - test2
318 'Failures: all_failed_suite, some_failed_suite.test2')
821 want = ['suite.test1', 'suite.test2', 'suite2.test1']
833 mock_tests.return_value = ['suite.test1', 'suite.test2', 'suite2.test1']
846 mock_tests.return_value = ['suite.test1', 'suite.test2', 'suite2.test1']
854 …mock.call(args=None, build_dir='.kunit', filter_glob='suite.test2', filter='', filter_action=None,…
/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/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst64 test1 test2
79 root test1 test2 test3
/linux/drivers/media/radio/si470x/
H A Dradio-si470x.h92 #define TEST2 8 /* Test 2 */ macro
93 /* TEST2 only contains reserved bits */
/linux/tools/testing/selftests/bpf/verifier/
H A Dld_imm64.c17 "test2 ld_imm64",
/linux/tools/testing/selftests/cpufreq/
H A Dmodule.sh223 # TEST2: Insert driver after governor

12