Home
last modified time | relevance | path

Searched refs:targs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A 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()
961 help(argv[0], targs); in parse_args()
970 targs->nslots = atoi_paranoid(optarg); in parse_args()
971 if (targs in parse_args()
951 parse_args(int argc, char *argv[], struct test_args *targs) parse_args() argument
1030 test_loop(const struct test_data *data, const struct test_args *targs, struct test_result *rbestslottime, struct test_result *rbestruntime) test_loop() argument
1084 struct test_args targs = { main() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A 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
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A 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[ in hmat_initiator_perf()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A 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[ in hmat_initiator_perf()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A 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
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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 in xfs_alloc_fix_freelist()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c2639 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 in xfs_alloc_fix_freelist()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1007 static void uffd_poison_test(uffd_test_args_t *targs) in uffd_poison_test() argument

Completed in 14 milliseconds