cmp1              649 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c 	u32 cmp1, cmp2, cmp3, pll_cmp;
cmp1              651 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c 	cmp1 = hdmi_pll_read(pll, REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE0);
cmp1              655 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c 	pll_cmp = cmp1 | (cmp2 << 8) | (cmp3 << 16);
cmp1              637 fs/btrfs/tree-log.c 		struct btrfs_file_extent_item cmp1;
cmp1              646 fs/btrfs/tree-log.c 		read_extent_buffer(eb, &cmp1, (unsigned long)item,
cmp1              647 fs/btrfs/tree-log.c 				   sizeof(cmp1));
cmp1              655 fs/btrfs/tree-log.c 		if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) {
cmp1              112 include/linux/ktime.h static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2)
cmp1              114 include/linux/ktime.h 	if (cmp1 < cmp2)
cmp1              116 include/linux/ktime.h 	if (cmp1 > cmp2)
cmp1              128 include/linux/ktime.h static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2)
cmp1              130 include/linux/ktime.h 	return ktime_compare(cmp1, cmp2) > 0;
cmp1              140 include/linux/ktime.h static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2)
cmp1              142 include/linux/ktime.h 	return ktime_compare(cmp1, cmp2) < 0;