| /linux/tools/testing/selftests/kvm/ |
| H A D | memslot_perf_test.c | 900 static void help(char *name, struct test_args *targs) in help() 911 targs->nslots); in help() 913 targs->tfirst, NTESTS - 1); in help() 915 targs->tlast, NTESTS - 1); in help() 917 targs->seconds); in help() 919 targs->runs); in help() 965 struct test_args *targs) in parse_args() 974 help(argv[0], targs); in parse_args() 990 targs->nslots = atoi_paranoid(optarg); in parse_args() 991 if (targs in parse_args() 899 help(char * name,struct test_args * targs) help() argument 962 parse_args(int argc,char * argv[],struct test_args * targs) parse_args() argument 1048 test_loop(const struct test_data * data,const struct test_args * targs,struct test_result * rbestslottime,struct test_result * rbestruntime) test_loop() argument 1101 struct test_args targs = { main() local [all...] |
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 48 static struct test_args targs; variable 536 for (i = 0; i < targs.overflow_irqnum; i++) in test_pmu_events_overflow() 538 GUEST_ASSERT_EQ(vcpu_shared_irq_count, targs.overflow_irqnum); in test_pmu_events_overflow() 542 for (i = 0; i < targs.overflow_irqnum; i++) in test_pmu_events_overflow() 544 GUEST_ASSERT_EQ(vcpu_shared_irq_count, targs.overflow_irqnum); in test_pmu_events_overflow() 657 sync_global_to_guest(vm, targs); in test_vm_events_overflow() 694 targs.disabled_tests = temp_disabled_tests; in parse_args() 706 if (targs.disabled_tests & SBI_PMU_TEST_OVERFLOW) { in parse_args() 710 targs.overflow_irqnum = overflow_interrupts; in parse_args() 722 targs in main() [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | |
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 432 u32 *inits, *targs, value; in hmat_parse_locality() local 447 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 459 targs = inits + ipds; in hmat_parse_locality() 460 entries = (u16 *)(targs + tpds); in hmat_parse_locality() 468 inits[init], targs[targ], value, in hmat_parse_locality() 471 hmat_update_target(targs[targ], inits[init], in hmat_parse_locality() 650 u32 *inits, *targs; in hmat_initiator_perf() local 656 targs = inits + ipds; in hmat_initiator_perf() 657 entries = (u16 *)(targs + tpds); in hmat_initiator_perf() 670 if (targs[i] == target->memory_pxm) { in hmat_initiator_perf()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-unit-tests.c | 1821 static void uffd_poison_test(uffd_global_test_opts_t *gopts, uffd_test_args_t *targs) 1922 uffd_test_args_t *targs, 2019 static void uffd_move_test(uffd_global_test_opts_t *gopts, uffd_test_args_t *targs) 2021 uffd_move_test_common(gopts, targs, gopts->page_size, uffd_move_handle_fault); 2024 static void uffd_move_pmd_test(uffd_global_test_opts_t *gopts, uffd_test_args_t *targs) 2028 uffd_move_test_common(gopts, targs, read_pmd_pagesize(), 2032 static void uffd_move_pmd_split_test(uffd_global_test_opts_t *gopts, uffd_test_args_t *targs) 2036 uffd_move_test_common(gopts, targs, read_pmd_pagesize(), 2167 static void uffd_mmap_changing_test(uffd_global_test_opts_t *gopts, uffd_test_args_t *targs) 1019 uffd_poison_test(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs) uffd_poison_test() argument 1120 uffd_move_test_common(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs,unsigned long chunk_size,void (* handle_fault)(struct uffd_global_test_opts * gopts,struct uffd_msg * msg,struct uffd_args * args)) uffd_move_test_common() argument 1217 uffd_move_test(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs) uffd_move_test() argument 1222 uffd_move_pmd_test(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs) uffd_move_pmd_test() argument 1230 uffd_move_pmd_split_test(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs) uffd_move_pmd_split_test() argument 1365 uffd_mmap_changing_test(uffd_global_test_opts_t * gopts,uffd_test_args_t * targs) uffd_mmap_changing_test() argument
|
| /linux/tools/testing/selftests/net/ |
| H A D | link_netns.py | 129 for typ, cargs, targs, fb_dev_net in configs:
|