Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/tools/usb/
Dhcd-tests.sh48 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.4.14/tools/testing/selftests/x86/
Dentry_from_vm86.c109 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() function
186 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main()
195 do_test(&v86, vmcode_sysenter - vmcode, -1, 0, "SYSENTER"); in main()
206 do_test(&v86, vmcode_syscall - vmcode, VM86_SIGNAL, 0, "SYSCALL"); in main()
212 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main()
215 do_test(&v86, vmcode_int3 - vmcode, VM86_TRAP, 3, "INT3"); in main()
219 do_test(&v86, vmcode_int80 - vmcode, VM86_INTx, 0x80, "int80"); in main()
226 if (do_test(&v86, 0, VM86_SIGNAL, 0, "Execute null pointer") && in main()
/linux-4.4.14/Documentation/networking/timestamping/
Dtxtimestamp.c270 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.4.14/lib/
Dtest_printf.c44 do_test(int bufsize, const char *expect, int elen, in do_test() function
104 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test()
107 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
108 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
/linux-4.4.14/drivers/scsi/osd/
Dosd_uld.c166 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.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c21 static void *do_test(void *in) in do_test() function
77 if (pthread_create(&threads[i], NULL, do_test, (void *)i)) { in dscr_default()
/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c178 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() function
291 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test1()
438 err = do_test(hists, expected, ARRAY_SIZE(expected), in test2()
496 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test3()
680 err = do_test(hists, expected, ARRAY_SIZE(expected), in test4()
Dsample-parsing.c145 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()
Dbpf.c42 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test() function
175 ret = do_test(obj, in __test__bpf()
/linux-4.4.14/arch/x86/mm/
Dtestmmiotrace.c78 static void do_test(unsigned long size) in do_test() function
127 do_test(size); in init()
/linux-4.4.14/include/scsi/
Dosd_initiator.h78 int osduld_register_test(unsigned ioctl, do_test_fn *do_test);
/linux-4.4.14/crypto/
Dtcrypt.c1260 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test() function
1275 ret += do_test(NULL, 0, 0, i); in do_test()
2212 err = do_test(alg, type, mask, mode); in tcrypt_mod_init()
/linux-4.4.14/kernel/trace/
Dftrace.c5814 bool do_test = false; in update_function_graph_func() local
5825 do_test = true; in update_function_graph_func()
5831 if (do_test) in update_function_graph_func()