/linux/lib/ |
H A D | random32.c | 144 } test2[] = { variable 277 for (i = 0; i < ARRAY_SIZE(test2); i++) { in prandom_state_selftest() 280 prandom_state_selftest_seed(&state, test2[i].seed); in prandom_state_selftest() 283 for (j = 0; j < test2[i].iteration - 1; j++) in prandom_state_selftest() 286 if (test2[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 72 test2 = ioread16(mem); in mgag200_probe_vram() 80 if (test2) in mgag200_probe_vram()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | missed_kprobe.c | 27 int test2(struct pt_regs *ctx) in test2() function
|
H A D | missed_tp_recursion.c | 26 int test2(struct pt_regs *ctx) in test2() function
|
H A D | missed_kprobe_recursion.c | 27 int test2(struct pt_regs *ctx) in test2() function
|
H A D | test_uprobe.c | 28 int BPF_UPROBE(test2) in BPF_UPROBE() argument
|
H A D | fexit_many_args.c | 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
|
H A D | fentry_test.c | 19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
|
H A D | preempted_bpf_ma_op.c | 95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument
|
H A D | get_func_ip_test.c | 37 int BPF_PROG(test2, int a) in BPF_PROG() argument
|
H A D | fexit_test.c | 19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() argument
|
H A D | get_func_args_test.c | 44 int BPF_PROG(test2) in BPF_PROG() argument
|
H A D | linked_list_fail.c | 275 struct test2 { in ptr_walk_scalar() struct 276 struct test2 *next; in ptr_walk_scalar() argument
|
H A D | verifier_iterating_callbacks.c | 625 int test2(const void *ctx) in test2() function
|
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 197 write_hugetlbfs a/b "$MNT"/test2 $size 220 write_hugetlbfs a/b "$MNT"/test2 $size
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 314 static int test2(struct evsel *evsel, struct machine *machine) in test2() function 715 test2, in test__hists_cumulate()
|
H A D | hists_output.c | 240 static int test2(struct evsel *evsel, struct machine *machine) in test2() function 601 test2, in test__hists_output()
|
/linux/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 402 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 D | so_incoming_cpu.c | 242 TEST_F(so_incoming_cpu, test2) in TEST_F() argument
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | blkio-controller.rst | 64 test1 test2 79 root test1 test2 test3
|
/linux/tools/testing/selftests/gpio/ |
H A D | gpio-aggregator.sh | 287 agg_set_line_name agg0 line2 test2 296 test "$(agg_get_line_name agg0 2)" = "test2" || fail "line name is unset"
|
/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 525 unsigned test2 : 1; /* Reserved - set to 0 */ member
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 420 u16 test2; in b43legacy_tsf_read() local 430 test2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2); in b43legacy_tsf_read() 432 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()
|