Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/numa/
Dhmat.c300 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.10/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh202 targs="encap fou encap-sport auto encap-dport $udpport"
214 targs="encap fou encap-sport auto encap-dport $dport"
219 targs=""
235 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_alloc.c2491 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2572 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2575 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2577 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2584 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2587 targs.tp = tp; in xfs_alloc_fix_freelist()
2588 targs.mp = mp; in xfs_alloc_fix_freelist()
2589 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2590 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2591 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
[all …]