/tools/usb/ |
D | hcd-tests.sh | 49 do_test () function 109 do_test -t 9 -c 5000 111 do_test -t 10 -c 5000 115 do_test -t 14 -c 15000 -s 256 -v 1 118 do_test -t 21 -c 100 -s 256 -v 1 127 do_test -t 1 129 do_test -t 3 -v 421 133 do_test -t 17 136 do_test -t 19 140 do_test -t 5 [all …]
|
/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 135 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() function 204 do_test(vm86, vmcode_umip - vmcode, VM86_TRAP, 3, "UMIP tests"); in do_umip_tests() 241 do_test(vm86, vmcode_umip_str - vmcode, VM86_SIGNAL, 0, in do_umip_tests() 246 do_test(vm86, vmcode_umip_sldt - vmcode, VM86_SIGNAL, 0, in do_umip_tests() 277 do_test(&v86, vmcode_bound - vmcode, VM86_INTx, 5, "#BR"); in main() 286 do_test(&v86, vmcode_sysenter - vmcode, -1, 0, "SYSENTER"); in main() 297 do_test(&v86, vmcode_syscall - vmcode, VM86_SIGNAL, 0, "SYSCALL"); in main() 303 do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set"); in main() 308 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_UNKNOWN, 0, "POPF with VIP set and IF clear"); in main() 313 do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set"); in main() [all …]
|
/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 61 do_test() { 108 do_test 112 do_test
|
/tools/testing/selftests/net/ |
D | msg_zerocopy.sh | 100 do_test() { function 110 do_test "${EXTRA_ARGS}" 111 do_test "-z ${EXTRA_ARGS}"
|
D | msg_zerocopy.c | 582 static void do_test(int domain, int type, int protocol) in do_test() function 691 do_test(PF_PACKET, SOCK_RAW, 0); in main() 693 do_test(PF_PACKET, SOCK_DGRAM, 0); in main() 695 do_test(cfg_family, SOCK_RAW, IPPROTO_EGP); in main() 697 do_test(cfg_family, SOCK_RAW, IPPROTO_RAW); in main() 699 do_test(cfg_family, SOCK_STREAM, 0); in main() 701 do_test(cfg_family, SOCK_DGRAM, 0); in main()
|
/tools/perf/tests/ |
D | backward-ring-buffer.c | 56 static int do_test(struct perf_evlist *evlist, int mmap_pages, in do_test() function 134 err = do_test(evlist, opts.mmap_pages, &sample_count, in test__backward_ring_buffer() 145 err = do_test(evlist, 1, &sample_count, &comm_count); in test__backward_ring_buffer()
|
D | sample-parsing.c | 151 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() function 324 err = do_test(sample_type, 0, rf[i]); in test__sample_parsing() 338 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing() 347 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()
|
D | hists_cumulate.c | 176 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() 682 err = do_test(hists, expected, ARRAY_SIZE(expected), in test4()
|
D | bpf.c | 109 static int do_test(struct bpf_object *obj, int (*func)(void), in do_test() function 250 ret = do_test(obj, in __test__bpf()
|
/tools/testing/selftests/cpufreq/ |
D | main.sh | 99 do_test() function 194 do_test >> $OUTFILE.txt
|
/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 21 static void *do_test(void *in) in do_test() function 77 if (pthread_create(&threads[i], NULL, do_test, (void *)i)) { in dscr_default()
|
/tools/testing/selftests/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()
|
/tools/testing/selftests/bpf/ |
D | test_tag.c | 165 static void do_test(uint32_t *tests, int start_insns, int fd_map, in do_test() function 197 do_test(&tests, 2, -1, bpf_gen_imm_prog); in main() 198 do_test(&tests, 3, fd_map, bpf_gen_map_prog); in main()
|
D | test_align.c | 680 static int do_test(unsigned int from, unsigned int to) in do_test() function 729 return do_test(from, to); in main()
|
D | test_verifier.c | 8226 static int do_test(bool unpriv, unsigned int from, unsigned int to) in do_test() function 8280 return do_test(unpriv, from, to); in main()
|