Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c845 static void help(char *name, struct test_args *targs) in help() argument
855 targs->nslots); in help()
857 targs->tfirst, NTESTS - 1); in help()
859 targs->tlast, NTESTS - 1); in help()
861 targs->seconds); in help()
863 targs->runs); in help()
871 struct test_args *targs) in parse_args() argument
879 help(argv[0], targs); in parse_args()
888 targs->nslots = atoi(optarg); in parse_args()
889 if (targs->nslots <= 0 && targs->nslots != -1) { in parse_args()
[all …]
/Linux-v6.1/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.1/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh208 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-v6.1/fs/xfs/libxfs/
Dxfs_alloc.c2600 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2690 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2693 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2695 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2702 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2705 targs.tp = tp; in xfs_alloc_fix_freelist()
2706 targs.mp = mp; in xfs_alloc_fix_freelist()
2707 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2708 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2709 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
[all …]