targ              269 drivers/acpi/hmat/hmat.c 	unsigned int init, targ, total_size, ipds, tpds;
targ              301 drivers/acpi/hmat/hmat.c 		for (targ = 0; targ < tpds; targ++) {
targ              302 drivers/acpi/hmat/hmat.c 			value = hmat_normalize(entries[init * tpds + targ],
targ              306 drivers/acpi/hmat/hmat.c 				inits[init], targs[targ], value,
targ              310 drivers/acpi/hmat/hmat.c 				target = find_mem_target(targs[targ]);
targ              603 drivers/block/paride/pf.c static void xs(char *buf, char *targ, int offs, int len)
targ              611 drivers/block/paride/pf.c 			l = targ[j++] = buf[k + offs];
targ              614 drivers/block/paride/pf.c 	targ[j] = 0;
targ              422 drivers/block/paride/pg.c static void xs(char *buf, char *targ, int len)
targ              430 drivers/block/paride/pg.c 			l = *targ++ = c;
targ              433 drivers/block/paride/pg.c 		targ--;
targ              434 drivers/block/paride/pg.c 	*targ = '\0';
targ              504 drivers/block/paride/pt.c static void xs(char *buf, char *targ, int offs, int len)
targ              512 drivers/block/paride/pt.c 			l = targ[j++] = buf[k + offs];
targ              515 drivers/block/paride/pt.c 	targ[j] = 0;
targ             6658 drivers/message/fusion/mptbase.c 	int	 scsi, fc, sas, lan, ctl, targ, dmp;
targ             6664 drivers/message/fusion/mptbase.c 	scsi = fc = sas = lan = ctl = targ = dmp = 0;
targ             6682 drivers/message/fusion/mptbase.c 				if (!targ++) drvname = "SCSI target";
targ             7583 drivers/scsi/aic7xxx/aic79xx_core.c 	int	targ;
targ             7598 drivers/scsi/aic7xxx/aic79xx_core.c 	for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {
targ             7605 drivers/scsi/aic7xxx/aic79xx_core.c 					    targ, &tstate);
targ             7612 drivers/scsi/aic7xxx/aic79xx_core.c 		target_mask = 0x01 << targ;
targ             7642 drivers/scsi/aic7xxx/aic79xx_core.c 				    targ, CAM_LUN_WILDCARD,
targ             7660 drivers/scsi/aic7xxx/aic79xx_core.c 	int targ;
targ             7677 drivers/scsi/aic7xxx/aic79xx_core.c 	for (targ = 0; targ < max_targ; targ++) {
targ             7685 drivers/scsi/aic7xxx/aic79xx_core.c 					    targ, &tstate);
targ             7694 drivers/scsi/aic7xxx/aic79xx_core.c 		target_mask = 0x01 << targ;
targ             7698 drivers/scsi/aic7xxx/aic79xx_core.c 		if (sc->device_flags[targ] & CFDISC) {
targ             7706 drivers/scsi/aic7xxx/aic79xx_core.c 			sc->device_flags[targ] &= ~CFPACKETIZED;
targ             7710 drivers/scsi/aic7xxx/aic79xx_core.c 		user_tinfo->period = (sc->device_flags[targ] & CFXFER);
targ             7724 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((sc->device_flags[targ] & CFPACKETIZED) != 0) {
targ             7733 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((sc->device_flags[targ] & CFQAS) != 0)
targ             7736 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((sc->device_flags[targ] & CFWIDEB) != 0)
targ             7742 drivers/scsi/aic7xxx/aic79xx_core.c 			printk("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width,
targ             7756 drivers/scsi/aic7xxx/aic79xx_core.c 				    targ, CAM_LUN_WILDCARD,
targ             7994 drivers/scsi/aic7xxx/aic79xx_core.c 	int targ = SCB_GET_TARGET(ahd, scb);
targ             8001 drivers/scsi/aic7xxx/aic79xx_core.c 		match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
targ             1014 drivers/scsi/aic7xxx/aic79xx_osm.c ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value)
targ             1044 drivers/scsi/aic7xxx/aic79xx_osm.c ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
targ             1047 drivers/scsi/aic7xxx/aic79xx_osm.c 	if ((instance >= 0) && (targ >= 0)
targ             1049 drivers/scsi/aic7xxx/aic79xx_osm.c 	 && (targ < AHD_NUM_TARGETS)) {
targ             1050 drivers/scsi/aic7xxx/aic79xx_osm.c 		aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF;
targ             1052 drivers/scsi/aic7xxx/aic79xx_osm.c 			printk("tag_info[%d:%d] = %d\n", instance, targ, value);
targ             1065 drivers/scsi/aic7xxx/aic79xx_osm.c 	int	 targ;
targ             1074 drivers/scsi/aic7xxx/aic79xx_osm.c 	targ = -1;
targ             1090 drivers/scsi/aic7xxx/aic79xx_osm.c 					if (targ == -1)
targ             1091 drivers/scsi/aic7xxx/aic79xx_osm.c 						targ = 0;
targ             1101 drivers/scsi/aic7xxx/aic79xx_osm.c 			if (targ != -1)
targ             1102 drivers/scsi/aic7xxx/aic79xx_osm.c 				targ = -1;
targ             1111 drivers/scsi/aic7xxx/aic79xx_osm.c 			else if (targ >= 0)
targ             1112 drivers/scsi/aic7xxx/aic79xx_osm.c 				targ++;
targ             1127 drivers/scsi/aic7xxx/aic79xx_osm.c 			callback(callback_arg, instance, targ,
targ             5725 drivers/scsi/aic7xxx/aic7xxx_core.c 	int targ = SCB_GET_TARGET(ahc, scb);
targ             5732 drivers/scsi/aic7xxx/aic7xxx_core.c 		match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
targ              922 drivers/scsi/aic7xxx/aic7xxx_osm.c ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value)
targ              925 drivers/scsi/aic7xxx/aic7xxx_osm.c 	if ((instance >= 0) && (targ >= 0)
targ              927 drivers/scsi/aic7xxx/aic7xxx_osm.c 	 && (targ < AHC_NUM_TARGETS)) {
targ              928 drivers/scsi/aic7xxx/aic7xxx_osm.c 		aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
targ              930 drivers/scsi/aic7xxx/aic7xxx_osm.c 			printk("tag_info[%d:%d] = %d\n", instance, targ, value);
targ              943 drivers/scsi/aic7xxx/aic7xxx_osm.c 	int	 targ;
targ              952 drivers/scsi/aic7xxx/aic7xxx_osm.c 	targ = -1;
targ              968 drivers/scsi/aic7xxx/aic7xxx_osm.c 					if (targ == -1)
targ              969 drivers/scsi/aic7xxx/aic7xxx_osm.c 						targ = 0;
targ              979 drivers/scsi/aic7xxx/aic7xxx_osm.c 			if (targ != -1)
targ              980 drivers/scsi/aic7xxx/aic7xxx_osm.c 				targ = -1;
targ              989 drivers/scsi/aic7xxx/aic7xxx_osm.c 			else if (targ >= 0)
targ              990 drivers/scsi/aic7xxx/aic7xxx_osm.c 				targ++;
targ             1005 drivers/scsi/aic7xxx/aic7xxx_osm.c 			callback(callback_arg, instance, targ,
targ             1611 drivers/scsi/aic7xxx/aic7xxx_osm.c 		struct	ahc_linux_target *targ;
targ             1645 drivers/scsi/aic7xxx/aic7xxx_osm.c 		targ = scsi_transport_target_data(starget);
targ               68 fs/quota/kqid.c qid_t from_kqid(struct user_namespace *targ, struct kqid kqid)
targ               72 fs/quota/kqid.c 		return from_kuid(targ, kqid.uid);
targ               74 fs/quota/kqid.c 		return from_kgid(targ, kqid.gid);
targ               76 fs/quota/kqid.c 		return from_kprojid(targ, kqid.projid);
targ              101 fs/quota/kqid.c qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid)
targ              105 fs/quota/kqid.c 		return from_kuid_munged(targ, kqid.uid);
targ              107 fs/quota/kqid.c 		return from_kgid_munged(targ, kqid.gid);
targ              109 fs/quota/kqid.c 		return from_kprojid_munged(targ, kqid.projid);
targ              121 fs/sysfs/symlink.c void sysfs_delete_link(struct kobject *kobj, struct kobject *targ,
targ              132 fs/sysfs/symlink.c 	if (targ->sd && kernfs_ns_enabled(kobj->sd))
targ              133 fs/sysfs/symlink.c 		ns = targ->sd->ns;
targ              166 fs/sysfs/symlink.c int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ,
targ              178 fs/sysfs/symlink.c 	if (targ->sd)
targ              179 fs/sysfs/symlink.c 		old_ns = targ->sd->ns;
targ              189 fs/sysfs/symlink.c 	if (kn->symlink.target_kn->priv != targ)
targ              273 include/linux/sysfs.h void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
targ              109 include/scsi/scsi_transport_sas.h #define target_to_rphy(targ) \
targ              110 include/scsi/scsi_transport_sas.h 	dev_to_rphy((targ)->dev.parent)
targ              405 kernel/user_namespace.c uid_t from_kuid(struct user_namespace *targ, kuid_t kuid)
targ              408 kernel/user_namespace.c 	return map_id_up(&targ->uid_map, __kuid_val(kuid));
targ              430 kernel/user_namespace.c uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid)
targ              433 kernel/user_namespace.c 	uid = from_kuid(targ, kuid);
targ              473 kernel/user_namespace.c gid_t from_kgid(struct user_namespace *targ, kgid_t kgid)
targ              476 kernel/user_namespace.c 	return map_id_up(&targ->gid_map, __kgid_val(kgid));
targ              497 kernel/user_namespace.c gid_t from_kgid_munged(struct user_namespace *targ, kgid_t kgid)
targ              500 kernel/user_namespace.c 	gid = from_kgid(targ, kgid);
targ              540 kernel/user_namespace.c projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid)
targ              543 kernel/user_namespace.c 	return map_id_up(&targ->projid_map, __kprojid_val(kprojid));
targ              565 kernel/user_namespace.c projid_t from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid)
targ              568 kernel/user_namespace.c 	projid = from_kprojid(targ, kprojid);