Home
last modified time | relevance | path

Searched refs:cmp1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dktime.h112 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
114 if (cmp1 < cmp2) in ktime_compare()
116 if (cmp1 > cmp2) in ktime_compare()
128 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
130 return ktime_compare(cmp1, cmp2) > 0; in ktime_after()
140 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
142 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8996.c649 u32 cmp1, cmp2, cmp3, pll_cmp; in hdmi_8996_pll_recalc_rate() local
651 cmp1 = hdmi_pll_read(pll, REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE0); in hdmi_8996_pll_recalc_rate()
655 pll_cmp = cmp1 | (cmp2 << 8) | (cmp3 << 16); in hdmi_8996_pll_recalc_rate()
/Linux-v5.4/fs/btrfs/
Dtree-log.c637 struct btrfs_file_extent_item cmp1; in replay_one_extent() local
646 read_extent_buffer(eb, &cmp1, (unsigned long)item, in replay_one_extent()
647 sizeof(cmp1)); in replay_one_extent()
655 if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) { in replay_one_extent()