name1             580 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_RW_WRAP(name1, name2, type)				\
name1             581 arch/mips/include/asm/kvm_host.h static inline __KVMT##type kvm_read_##name1(struct mips_coproc *cop0)	\
name1             585 arch/mips/include/asm/kvm_host.h static inline void kvm_write_##name1(struct mips_coproc *cop0,		\
name1             592 arch/mips/include/asm/kvm_host.h #define __BUILD_KVM_SET_WRAP(name1, name2, type)			\
name1             593 arch/mips/include/asm/kvm_host.h static inline void kvm_set_##name1(struct mips_coproc *cop0,		\
name1             598 arch/mips/include/asm/kvm_host.h static inline void kvm_clear_##name1(struct mips_coproc *cop0,		\
name1             603 arch/mips/include/asm/kvm_host.h static inline void kvm_change_##name1(struct mips_coproc *cop0,		\
name1             144 drivers/acpi/acpica/acnamesp.h int acpi_ns_compare_names(char *name1, char *name2);
name1             188 drivers/pinctrl/sh-pfc/sh_pfc.h #define PINMUX_BIAS_REG(name1, r1, name2, r2) \
name1            4394 drivers/scsi/lpfc/lpfc_hbadisc.c 	char name1[16], name2[16];
name1            4399 drivers/scsi/lpfc/lpfc_hbadisc.c 			 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
name1             230 fs/gfs2/incore.h #define lm_name_equal(name1, name2) \
name1             231 fs/gfs2/incore.h         (((name1)->ln_number == (name2)->ln_number) &&	\
name1             232 fs/gfs2/incore.h 	 ((name1)->ln_type == (name2)->ln_type) &&	\
name1             233 fs/gfs2/incore.h 	 ((name1)->ln_sbd == (name2)->ln_sbd))
name1            1001 fs/hpfs/dnode.c 	unsigned char *name1;
name1            1012 fs/hpfs/dnode.c 	name1 = f->name;
name1            1018 fs/hpfs/dnode.c 		memcpy(name2, name1, name1len = name2len = f->len);
name1            1020 fs/hpfs/dnode.c 		memcpy(name2, name1, 15);
name1            1061 fs/hpfs/dnode.c 	c = hpfs_compare_names(s, name1, name1len, de->name, de->namelen, de->last);
name1              98 fs/ntfs/ntfs.h extern int ntfs_collate_names(const ntfschar *name1, const u32 name1_len,
name1              83 fs/ntfs/unistr.c int ntfs_collate_names(const ntfschar *name1, const u32 name1_len,
name1              95 fs/ntfs/unistr.c 		c1 = le16_to_cpu(*name1++);
name1             115 fs/ntfs/unistr.c 	c1 = le16_to_cpu(*name1);
name1              93 fs/proc/proc_sysctl.c static int namecmp(const char *name1, int len1, const char *name2, int len2)
name1             102 fs/proc/proc_sysctl.c 	cmp = memcmp(name1, name2, minlen);
name1              34 fs/udf/namei.c static inline int udf_match(int len1, const unsigned char *name1, int len2,
name1              40 fs/udf/namei.c 	return !memcmp(name1, name2, len1);
name1            2785 fs/xfs/libxfs/xfs_attr_leaf.c 	char *name1, *name2;
name1            2827 fs/xfs/libxfs/xfs_attr_leaf.c 		name1 = (char *)name_loc->nameval;
name1            2831 fs/xfs/libxfs/xfs_attr_leaf.c 		name1 = (char *)name_rmt->name;
name1            2844 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(memcmp(name1, name2, namelen1) == 0);
name1            3049 fs/xfs/xfs_inode.c 	struct xfs_name		*name1,
name1            3062 fs/xfs/xfs_inode.c 	error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres);
name1             300 include/linux/moduleparam.h extern bool parameq(const char *name1, const char *name2);
name1             310 include/linux/moduleparam.h extern bool parameqn(const char *name1, const char *name2, size_t n);
name1              25 include/uapi/linux/netfilter/xt_rateest.h 	char			name1[IFNAMSIZ];
name1            1661 net/ceph/osd_client.c static int compare_names(const void *name1, size_t name1_len,
name1            1666 net/ceph/osd_client.c 	ret = memcmp(name1, name2, min(name1_len, name2_len));
name1              95 net/netfilter/xt_rateest.c 	est1 = xt_rateest_lookup(par->net, info->name1);
name1             186 security/lsm_audit.c 				   char *name1, char *name2)
name1             189 security/lsm_audit.c 		audit_log_format(ab, " %s=%pI6c", name1, addr);
name1             195 security/lsm_audit.c 				   __be16 port, char *name1, char *name2)
name1             198 security/lsm_audit.c 		audit_log_format(ab, " %s=%pI4", name1, &addr);
name1            1455 security/tomoyo/common.c 		tomoyo_print_name_union(head, &ptr->name1);
name1             743 security/tomoyo/common.h 	struct tomoyo_name_union name1;
name1             303 security/tomoyo/file.c 		tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1)
name1             501 security/tomoyo/file.c 	return tomoyo_same_name_union(&p1->name1, &p2->name1) &&
name1             550 security/tomoyo/file.c 	if (!tomoyo_parse_name_union(param, &e.name1) ||
name1             557 security/tomoyo/file.c 	tomoyo_put_name_union(&e.name1);
name1             174 security/tomoyo/gc.c 			tomoyo_put_name_union(&entry->name1);