/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/lib/ |
H A D | random32.c | 133 } test1[] = { variable 262 for (i = 0; i < ARRAY_SIZE(test1); i++) { in prandom_state_selftest() 265 prandom_state_selftest_seed(&state, test1[i].seed); in prandom_state_selftest() 268 if (test1[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_drv.c | 54 int test1, test2; in mgag200_probe_vram() local 71 test1 = ioread16(mem + offset); in mgag200_probe_vram() 77 if (test1 != 0xaa55) in mgag200_probe_vram()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | fentry_recursive_target.c | 13 int BPF_PROG(test1, int a) in BPF_PROG() argument
|
H A D | missed_kprobe.c | 20 int test1(struct pt_regs *ctx) in test1() function
|
H A D | get_func_ip_uprobe_test.c | 12 int BPF_UPROBE(test1) in BPF_UPROBE() 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 | test_uprobe.c | 16 int BPF_UPROBE(test1) in BPF_UPROBE() argument
|
H A D | get_branch_snapshot.c | 24 int BPF_PROG(test1, int n, int ret) 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 | 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_test.c | 11 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 | get_func_ip_test.c | 27 int BPF_PROG(test1, int a) in BPF_PROG() argument
|
H A D | fexit_test.c | 11 int BPF_PROG(test1, int a, int ret) in BPF_PROG() argument
|
H A D | get_func_args_test.c | 11 int BPF_PROG(test1) in BPF_PROG() argument
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 117 local test1 120 check_value test1 initial true Y 124 param_set test1 false 125 check_err $? "Failed to set test1 param value" 128 check_value test1 post-set false Y 133 check_value test1 post-reload false N
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fentry_fexit.c | 29 prog_fd = fexit_skel->progs.test1.prog_fd; in test_fentry_fexit()
|
H A D | fentry_test.c | 23 prog_fd = fentry_skel->progs.test1.prog_fd; in fentry_test_common()
|
H A D | fexit_test.c | 23 prog_fd = fexit_skel->progs.test1.prog_fd; in fexit_test_common()
|
H A D | timer_mim.c | 17 prog_fd = bpf_program__fd(timer_skel->progs.test1); in timer_mim()
|
H A D | timer.c | 39 prog_fd = bpf_program__fd(timer_skel->progs.test1); in timer()
|
/linux/Documentation/devicetree/bindings/mux/ |
H A D | adi,adgs1408.txt | 46 channels = "out_a0", "out_a1", "test0", "test1",
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 263 static int test1(struct evsel *evsel, struct machine *machine) in test1() function 714 test1, in test__hists_cumulate()
|