Home
last modified time | relevance | path

Searched refs:targs (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/
Dmemslot_perf_test.c890 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 …]
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh212 targs="encap fou encap-sport auto encap-dport $udpport"
224 targs="encap fou encap-sport auto encap-dport $dport"
229 targs="id 1 dstport 8472 udp6zerocsumrx"
232 targs=""
235 targs=""
254 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/Linux-v6.6/drivers/acpi/numa/
Dhmat.c299 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()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_alloc.c2618 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2709 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2712 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2714 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2722 error = xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2727 targs.tp = tp; in xfs_alloc_fix_freelist()
2728 targs.mp = mp; in xfs_alloc_fix_freelist()
2729 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2730 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2731 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
[all …]
/Linux-v6.6/tools/testing/selftests/mm/
Duffd-unit-tests.c1007 static void uffd_poison_test(uffd_test_args_t *targs) in uffd_poison_test() argument