Searched refs:targs (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| A D | memslot_perf_test.c | 857 targs->nslots); in help() 863 targs->seconds); in help() 865 targs->runs); in help() 881 help(argv[0], targs); in parse_args() 891 if (targs->nslots <= 0 && targs->nslots != -1) { in parse_args() 905 if (targs->tlast < 0 || targs->tlast >= NTESTS) { in parse_args() 929 help(argv[0], targs); in parse_args() 933 if (targs->tfirst > targs->tlast) { in parse_args() 956 if (!test_execute(targs->nslots, &maxslots, targs->seconds, data, in test_loop() 1019 for (tctr = targs.tfirst; tctr <= targs.tlast; tctr++) { in main() [all …]
|
| /linux/drivers/acpi/numa/ |
| A D | hmat.c | 300 u32 *inits, *targs, value; in hmat_parse_locality() local 315 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 327 targs = inits + ipds; in hmat_parse_locality() 328 entries = (u16 *)(targs + tpds); in hmat_parse_locality() 336 inits[init], targs[targ], value, in hmat_parse_locality() 340 target = find_mem_target(targs[targ]); in hmat_parse_locality() 499 u32 *inits, *targs; in hmat_initiator_perf() local 505 targs = inits + ipds; in hmat_initiator_perf() 506 entries = (u16 *)(targs + tpds); in hmat_initiator_perf() 519 if (targs[i] == target->memory_pxm) { in hmat_initiator_perf()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_tc_tunnel.sh | 208 targs="encap fou encap-sport auto encap-dport $udpport" 220 targs="encap fou encap-sport auto encap-dport $dport" 225 targs="id 1 dstport 8472 udp6zerocsumrx" 228 targs="" 244 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_alloc.c | 2675 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist() 2680 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist() 2690 targs.tp = tp; in xfs_alloc_fix_freelist() 2691 targs.mp = mp; in xfs_alloc_fix_freelist() 2692 targs.agbp = agbp; in xfs_alloc_fix_freelist() 2693 targs.agno = args->agno; in xfs_alloc_fix_freelist() 2694 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist() 2696 targs.pag = pag; in xfs_alloc_fix_freelist() 2703 targs.agbno = 0; in xfs_alloc_fix_freelist() 2705 targs.resv = XFS_AG_RESV_AGFL; in xfs_alloc_fix_freelist() [all …]
|
Completed in 22 milliseconds