Searched refs:cmp2 (Results 1 – 1 of 1) sorted by relevance
112 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument114 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() argument130 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() argument142 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()