Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/hmat/
Dhmat.c270 u32 *inits, *targs, value; in hmat_parse_locality() local
285 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality()
297 targs = inits + ipds; in hmat_parse_locality()
298 entries = (u16 *)(targs + tpds); in hmat_parse_locality()
306 inits[init], targs[targ], value, in hmat_parse_locality()
310 target = find_mem_target(targs[targ]); in hmat_parse_locality()
464 u32 *inits, *targs; in hmat_initiator_perf() local
470 targs = inits + ipds; in hmat_initiator_perf()
471 entries = (u16 *)(targs + tpds); in hmat_initiator_perf()
484 if (targs[i] == target->memory_pxm) { in hmat_initiator_perf()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh197 targs="encap fou encap-sport auto encap-dport $udpport"
209 targs="encap fou encap-sport auto encap-dport $dport"
214 targs=""
230 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.c2232 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2315 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2318 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2320 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2327 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2330 targs.tp = tp; in xfs_alloc_fix_freelist()
2331 targs.mp = mp; in xfs_alloc_fix_freelist()
2332 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2333 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2334 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
[all …]