Searched refs:targs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | memslot_perf_test.c | 890 static void help(char *name, struct test_args *targs) in help() argument 900 targs->nslots); in help() 902 targs->tfirst, NTESTS - 1); in help() 904 targs->tlast, NTESTS - 1); in help() 906 targs->seconds); in help() 908 targs->runs); in help() 952 struct test_args *targs) in parse_args() argument 961 help(argv[0], targs); in parse_args() 970 targs->nslots = atoi_paranoid(optarg); in parse_args() 971 if (targs->nslots <= 1 && targs->nslots != -1) { in parse_args() [all …]
|
/openbmc/linux/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
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | hmat.c | 299 u32 *inits, *targs, value; in hmat_parse_locality() local 314 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 326 targs = inits + ipds; in hmat_parse_locality() 327 entries = (u16 *)(targs + tpds); in hmat_parse_locality() 335 inits[init], targs[targ], value, in hmat_parse_locality() 339 target = find_mem_target(targs[targ]); in hmat_parse_locality() 498 u32 *inits, *targs; in hmat_initiator_perf() local 504 targs = inits + ipds; in hmat_initiator_perf() 505 entries = (u16 *)(targs + tpds); in hmat_initiator_perf() 518 if (targs[i] == target->memory_pxm) { in hmat_initiator_perf()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 2639 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local 2730 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist() 2733 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist() 2735 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist() 2743 error = xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist() 2748 targs.tp = tp; in xfs_alloc_fix_freelist() 2749 targs.mp = mp; in xfs_alloc_fix_freelist() 2750 targs.agbp = agbp; in xfs_alloc_fix_freelist() 2751 targs.agno = args->agno; in xfs_alloc_fix_freelist() 2752 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist() [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 1017 static void uffd_poison_test(uffd_test_args_t *targs) in uffd_poison_test() argument
|