Searched refs:targs (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | memslot_perf_test.c | 909 targs->nslots); in help() 915 targs->seconds); in help() 917 targs->runs); in help() 987 if (targs->nslots <= 1 && targs->nslots != -1) { in parse_args() 1013 help(argv[0], targs); in parse_args() 1017 if (targs->tfirst > targs->tlast) { in parse_args() 1032 targs->nslots = min_t(int, targs->nslots, max_mem_slots) - 1; in parse_args() 1035 targs->nslots + 1); in parse_args() 1054 if (!test_execute(targs->nslots, &maxslots, targs->seconds, data, in test_loop() 1116 for (tctr = targs.tfirst; tctr <= targs.tlast; tctr++) { in main() [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 48 static struct test_args targs; variable 500 for (i = 0; i < targs.overflow_irqnum; i++) in test_pmu_events_overflow() 506 for (i = 0; i < targs.overflow_irqnum; i++) in test_pmu_events_overflow() 621 sync_global_to_guest(vm, targs); in test_vm_events_overflow() 658 targs.disabled_tests = temp_disabled_tests; in parse_args() 670 if (targs.disabled_tests & SBI_PMU_TEST_OVERFLOW) { in parse_args() 674 targs.overflow_irqnum = overflow_interrupts; in parse_args() 686 targs.disabled_tests = 0; in main() 692 if (!(targs.disabled_tests & SBI_PMU_TEST_BASIC)) { in main() 697 if (!(targs.disabled_tests & SBI_PMU_TEST_EVENTS)) { in main() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | 223 targs="encap fou encap-sport auto encap-dport $udpport" 235 targs="encap fou encap-sport auto encap-dport $dport" 240 targs="id 1 dstport 8472 udp6zerocsumrx" 243 targs="" 246 targs="" 265 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
|
| /linux-6.15/drivers/acpi/numa/ |
| H A D | hmat.c | 462 u32 *inits, *targs, value; in hmat_parse_locality() local 477 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 489 targs = inits + ipds; in hmat_parse_locality() 490 entries = (u16 *)(targs + tpds); in hmat_parse_locality() 498 inits[init], targs[targ], value, in hmat_parse_locality() 501 hmat_update_target(targs[targ], inits[init], in hmat_parse_locality() 680 u32 *inits, *targs; in hmat_initiator_perf() local 686 targs = inits + ipds; in hmat_initiator_perf() 687 entries = (u16 *)(targs + tpds); in hmat_initiator_perf() 700 if (targs[i] == target->memory_pxm) { in hmat_initiator_perf()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_alloc.c | 2925 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist() 2955 targs.tp = tp; in xfs_alloc_fix_freelist() 2956 targs.mp = mp; in xfs_alloc_fix_freelist() 2957 targs.agbp = agbp; in xfs_alloc_fix_freelist() 2958 targs.agno = args->agno; in xfs_alloc_fix_freelist() 2959 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist() 2960 targs.pag = pag; in xfs_alloc_fix_freelist() 2967 targs.agbno = 0; in xfs_alloc_fix_freelist() 2989 targs.agbno, targs.len, &targs.oinfo); in xfs_alloc_fix_freelist() 2994 -((long)(targs.len))); in xfs_alloc_fix_freelist() [all …]
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | uffd-unit-tests.c | 1030 static void uffd_poison_test(uffd_test_args_t *targs) in uffd_poison_test() argument 1121 uffd_move_test_common(uffd_test_args_t *targs, unsigned long chunk_size, in uffd_move_test_common() argument 1213 static void uffd_move_test(uffd_test_args_t *targs) in uffd_move_test() argument 1215 uffd_move_test_common(targs, page_size, uffd_move_handle_fault); in uffd_move_test() 1218 static void uffd_move_pmd_test(uffd_test_args_t *targs) in uffd_move_pmd_test() argument 1222 uffd_move_test_common(targs, read_pmd_pagesize(), in uffd_move_pmd_test() 1226 static void uffd_move_pmd_split_test(uffd_test_args_t *targs) in uffd_move_pmd_split_test() argument 1230 uffd_move_test_common(targs, read_pmd_pagesize(), in uffd_move_pmd_split_test()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | link_netns.py | 77 for typ, cargs, targs, fb_dev_net in configs:
|