/linux-5.19.10/lib/ |
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-5.19.10/drivers/gpu/drm/mgag200/ |
D | mgag200_mm.c | 40 int test1, test2; in mgag200_probe_vram() local 61 test2 = ioread16(mem); in mgag200_probe_vram() 69 if (test2) in mgag200_probe_vram()
|
/linux-5.19.10/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 208 write_hugetlbfs a/b "$MNT"/test2 $size 233 write_hugetlbfs a/b "$MNT"/test2 $size
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
D | fentry_test.c | 19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG() argument
|
D | get_func_ip_test.c | 28 int BPF_PROG(test2, int a) in BPF_PROG() argument
|
D | fexit_test.c | 19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() argument
|
D | get_func_args_test.c | 44 int BPF_PROG(test2) in BPF_PROG() argument
|
D | timer.c | 250 int BPF_PROG(test2, int a, int b) in BPF_PROG() argument
|
/linux-5.19.10/tools/perf/tests/ |
D | hists_cumulate.c | 301 static int test2(struct evsel *evsel, struct machine *machine) in test2() function 702 test2, in test__hists_cumulate()
|
D | hists_output.c | 227 static int test2(struct evsel *evsel, struct machine *machine) in test2() function 588 test2, in test__hists_output()
|
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-perf-hwbreak.c | 180 static int test2(pid_t child_pid) in test2() function 605 ret |= do_test(desc[1], test2, child_pid); in test()
|
/linux-5.19.10/drivers/ptp/ |
D | ptp_ines.c | 119 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-5.19.10/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 401 struct test test2[] = { variable 475 for (cur_test = test2; cur_test->desc != NULL; cur_test++) { in perf_test_thread()
|
/linux-5.19.10/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 64 test1 test2 79 root test1 test2 test3
|
/linux-5.19.10/arch/alpha/kernel/ |
D | smc37c669.c | 523 unsigned test2 : 1; /* Reserved - set to 0 */ member
|
/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/ |
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()
|