/linux-4.1.27/tools/usb/ |
D | hcd-tests.sh | 48 do_test () function 108 do_test -t 9 -c 5000 110 do_test -t 10 -c 5000 114 do_test -t 14 -c 15000 -s 256 -v 1 117 do_test -t 21 -c 100 -s 256 -v 1 126 do_test -t 1 128 do_test -t 3 -v 421 132 do_test -t 17 135 do_test -t 19 139 do_test -t 5 [all …]
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 50 static void do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() function 108 do_test(&v86, vmcode_bound - vmcode, "#BR"); in main() 111 do_test(&v86, vmcode_sysenter - vmcode, "SYSENTER"); in main()
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 270 static void do_test(int family, unsigned int opt) in do_test() function 504 do_test(family, SOF_TIMESTAMPING_TX_SOFTWARE); in do_main() 507 do_test(family, SOF_TIMESTAMPING_TX_SCHED); in do_main() 510 do_test(family, SOF_TIMESTAMPING_TX_SCHED | in do_main() 515 do_test(family, SOF_TIMESTAMPING_TX_ACK); in do_main() 518 do_test(family, SOF_TIMESTAMPING_TX_SOFTWARE | in do_main() 522 do_test(family, SOF_TIMESTAMPING_TX_SCHED | in do_main()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_cumulate.c | 174 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() function 286 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test1() 432 err = do_test(hists, expected, ARRAY_SIZE(expected), in test2() 489 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test3() 672 err = do_test(hists, expected, ARRAY_SIZE(expected), in test4()
|
D | sample-parsing.c | 145 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() function 317 err = do_test(sample_type, 0, rf[i]); in test__sample_parsing() 331 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing() 340 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_uld.c | 166 int osduld_register_test(unsigned ioctl, do_test_fn *do_test) in osduld_register_test() argument 172 g_do_test = do_test; in osduld_register_test() 199 do_test_fn *do_test; in osd_uld_ioctl() local 201 do_test = _find_ioctl(cmd); in osd_uld_ioctl() 202 if (do_test) in osd_uld_ioctl() 203 ret = do_test(&oud->od, cmd, arg); in osd_uld_ioctl()
|
/linux-4.1.27/arch/x86/mm/ |
D | testmmiotrace.c | 78 static void do_test(unsigned long size) in do_test() function 127 do_test(size); in init()
|
/linux-4.1.27/include/scsi/ |
D | osd_initiator.h | 78 int osduld_register_test(unsigned ioctl, do_test_fn *do_test);
|
/linux-4.1.27/crypto/ |
D | tcrypt.c | 1231 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test() function 1246 ret += do_test(NULL, 0, 0, i); in do_test() 2161 err = do_test(alg, type, mask, mode); in tcrypt_mod_init()
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 5798 bool do_test = false; in update_function_graph_func() local 5809 do_test = true; in update_function_graph_func() 5815 if (do_test) in update_function_graph_func()
|