| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_reparenting_test.sh | 58 rmdir "$CGROUP_ROOT"/test1 2>/dev/null 171 mkdir $CGROUP_ROOT/test1 174 write_hugetlbfs test1 "$MNT"/test $size 177 rmdir $CGROUP_ROOT/test1 178 mkdir $CGROUP_ROOT/test1
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 305 not ok 1 - test1 310 ok 1 - test1 357 not ok 1 test1 364 self.noPrintCallContains('not ok 1 test1') 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'] 853 …mock.call(args=None, build_dir='.kunit', filter_glob='suite.test1', filter='', filter_action=None,… 855 …mock.call(args=None, build_dir='.kunit', filter_glob='suite2.test1', filter='', filter_action=None…
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfunc_call.c | 250 ASSERT_OK(err, "bpf_prog_test_run(test1)"); in test_subprog() 251 ASSERT_EQ(topts.retval, 10, "test1-retval"); in test_subprog() 274 ASSERT_OK(err, "bpf_prog_test_run(test1)"); in test_subprog_lskel() 275 ASSERT_EQ(topts.retval, 10, "test1-retval"); in test_subprog_lskel()
|
| H A D | get_func_ip_test.c | 30 prog_fd = bpf_program__fd(skel->progs.test1); in test_function_entry() 91 prog_fd = bpf_program__fd(skel->progs.test1); in test_function_body_kprobe()
|
| H A D | missed.c | 83 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test1)), 0, "test1_recursion_misses"); in test_missed_kprobe_recursion() 122 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test1)), 0, "test1_recursion_misses"); in test_missed_tp_recursion()
|
| H A D | recursive_attach.c | 58 prev_fd = bpf_program__fd(target_skel->progs.test1); in test_recursive_fentry_chain() 59 err = bpf_program__set_attach_target(prog, prev_fd, "test1"); in test_recursive_fentry_chain()
|
| H A D | get_func_args_test.c | 22 prog_fd = bpf_program__fd(skel->progs.test1); in test_get_func_args_test()
|
| H A D | fentry_fexit.c | 40 prog_fd = fexit_skel->progs.test1.prog_fd; in test_fentry_fexit()
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 135 local test1 138 check_value test1 initial true Y 142 param_set test1 false 143 check_err $? "Failed to set test1 param value" 146 check_value test1 post-set false Y 151 check_value test1 post-reload false N 227 param_set test1 true driverinit 228 check_err $? "Failed to reset test1 to default value" 236 test_default test1 false true driverinit
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | get_func_ip_uprobe_test.c | 12 int BPF_UPROBE(test1) in BPF_UPROBE() argument
|
| H A D | missed_kprobe.c | 20 int test1(struct pt_regs *ctx) in test1() function
|
| H A D | fentry_recursive_target.c | 13 int BPF_PROG(test1, int a) in BPF_PROG() argument
|
| H A D | missed_tp_recursion.c | 19 int test1(struct pt_regs *ctx) in test1() function
|
| H A D | missed_kprobe_recursion.c | 20 int test1(struct pt_regs *ctx) in test1() function
|
| H A D | verifier_netfilter_retcode.c | 8 __description("bpf_exit with invalid return code. test1")
|
| H A D | get_branch_snapshot.c | 24 int BPF_PROG(test1, int n, int ret) in BPF_PROG() argument
|
| H A D | test_uprobe.c | 16 int BPF_UPROBE(test1) in BPF_UPROBE() argument
|
| H A D | verifier_direct_stack_access_wraparound.c | 9 __description("direct stack access with 32-bit wraparound. test1")
|
| H A D | fexit_many_args.c | 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
|
| H A D | fentry_many_args.c | 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
|
| H A D | timer_mim_reject.c | 47 int BPF_PROG(test1, int a) in BPF_PROG() argument
|
| H A D | preempted_bpf_ma_op.c | 88 int BPF_PROG2(test1, int, a, u64, b) in BPF_PROG2() argument
|
| H A D | fentry_test.c | 11 int BPF_PROG(test1, int a) in BPF_PROG() argument
|
| /linux/drivers/input/touchscreen/ |
| H A D | rohm_bu21023.c | 234 #define TEST1 0x65 macro 353 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration() 378 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration() 495 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration() 954 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_device_init()
|
| /linux/Documentation/devicetree/bindings/mux/ |
| H A D | adi,adgs1408.txt | 46 channels = "out_a0", "out_a1", "test0", "test1",
|