Searched refs:targs (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 835 static void help(char *name, struct test_args *targs) in help() argument 845 targs->nslots); in help() 847 targs->tfirst, NTESTS - 1); in help() 849 targs->tlast, NTESTS - 1); in help() 851 targs->seconds); in help() 853 targs->runs); in help() 861 struct test_args *targs) in parse_args() argument 869 help(argv[0], targs); in parse_args() 878 targs->nslots = atoi(optarg); in parse_args() 879 if (targs->nslots <= 0 && targs->nslots != -1) { in parse_args() [all …]
|
/Linux-v5.15/drivers/acpi/numa/ |
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-v5.15/tools/testing/selftests/bpf/ |
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-v5.15/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2531 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local 2621 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist() 2624 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist() 2626 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist() 2633 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist() 2636 targs.tp = tp; in xfs_alloc_fix_freelist() 2637 targs.mp = mp; in xfs_alloc_fix_freelist() 2638 targs.agbp = agbp; in xfs_alloc_fix_freelist() 2639 targs.agno = args->agno; in xfs_alloc_fix_freelist() 2640 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist() [all …]
|