targs             270 drivers/acpi/hmat/hmat.c 	u32 *inits, *targs, value;
targs             285 drivers/acpi/hmat/hmat.c 		     sizeof(*inits) * ipds + sizeof(*targs) * tpds;
targs             297 drivers/acpi/hmat/hmat.c 	targs = inits + ipds;
targs             298 drivers/acpi/hmat/hmat.c 	entries = (u16 *)(targs + tpds);
targs             306 drivers/acpi/hmat/hmat.c 				inits[init], targs[targ], value,
targs             310 drivers/acpi/hmat/hmat.c 				target = find_mem_target(targs[targ]);
targs             464 drivers/acpi/hmat/hmat.c 	u32 *inits, *targs;
targs             470 drivers/acpi/hmat/hmat.c 	targs = inits + ipds;
targs             471 drivers/acpi/hmat/hmat.c 	entries = (u16 *)(targs + tpds);
targs             484 drivers/acpi/hmat/hmat.c 		if (targs[i] == target->memory_pxm) {
targs            2232 fs/xfs/libxfs/xfs_alloc.c 	struct xfs_alloc_arg	targs;	/* local allocation arguments */
targs            2315 fs/xfs/libxfs/xfs_alloc.c 	memset(&targs, 0, sizeof(targs));
targs            2318 fs/xfs/libxfs/xfs_alloc.c 		targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE;
targs            2320 fs/xfs/libxfs/xfs_alloc.c 		targs.oinfo = XFS_RMAP_OINFO_AG;
targs            2327 fs/xfs/libxfs/xfs_alloc.c 		xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo);
targs            2330 fs/xfs/libxfs/xfs_alloc.c 	targs.tp = tp;
targs            2331 fs/xfs/libxfs/xfs_alloc.c 	targs.mp = mp;
targs            2332 fs/xfs/libxfs/xfs_alloc.c 	targs.agbp = agbp;
targs            2333 fs/xfs/libxfs/xfs_alloc.c 	targs.agno = args->agno;
targs            2334 fs/xfs/libxfs/xfs_alloc.c 	targs.alignment = targs.minlen = targs.prod = 1;
targs            2335 fs/xfs/libxfs/xfs_alloc.c 	targs.type = XFS_ALLOCTYPE_THIS_AG;
targs            2336 fs/xfs/libxfs/xfs_alloc.c 	targs.pag = pag;
targs            2337 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp);
targs            2343 fs/xfs/libxfs/xfs_alloc.c 		targs.agbno = 0;
targs            2344 fs/xfs/libxfs/xfs_alloc.c 		targs.maxlen = need - pag->pagf_flcount;
targs            2345 fs/xfs/libxfs/xfs_alloc.c 		targs.resv = XFS_AG_RESV_AGFL;
targs            2348 fs/xfs/libxfs/xfs_alloc.c 		error = xfs_alloc_ag_vextent(&targs);
targs            2357 fs/xfs/libxfs/xfs_alloc.c 		if (targs.agbno == NULLAGBLOCK) {
targs            2365 fs/xfs/libxfs/xfs_alloc.c 		for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) {