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