Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Drandom32.c144 } 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-6.1.9/drivers/gpu/drm/mgag200/
Dmgag200_drv.c50 int test1, test2; in mgag200_probe_vram() local
68 test2 = ioread16(mem); in mgag200_probe_vram()
76 if (test2) in mgag200_probe_vram()
/linux-6.1.9/tools/testing/selftests/vm/
Dhugetlb_reparenting_test.sh208 write_hugetlbfs a/b "$MNT"/test2 $size
233 write_hugetlbfs a/b "$MNT"/test2 $size
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dget_func_ip_test.c39 int BPF_PROG(test2, int a) in BPF_PROG() argument
Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() argument
Dget_func_args_test.c44 int BPF_PROG(test2) in BPF_PROG() argument
Dtimer.c239 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2() argument
/linux-6.1.9/tools/perf/tests/
Dhists_cumulate.c301 static int test2(struct evsel *evsel, struct machine *machine) in test2() function
702 test2, in test__hists_cumulate()
Dhists_output.c227 static int test2(struct evsel *evsel, struct machine *machine) in test2() function
588 test2, in test__hists_output()
/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c180 static int test2(pid_t child_pid) in test2() function
605 ret |= do_test(desc[1], test2, child_pid); in test()
/linux-6.1.9/drivers/ptp/
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-6.1.9/tools/testing/selftests/mqueue/
Dmq_perf_tests.c401 struct test test2[] = { variable
475 for (cur_test = test2; cur_test->desc != NULL; cur_test++) { in perf_test_thread()
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst64 test1 test2
79 root test1 test2 test3
/linux-6.1.9/arch/alpha/kernel/
Dsmc37c669.c523 unsigned test2 : 1; /* Reserved - set to 0 */ member
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dmain.c420 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()