Searched refs:cmp1 (Results 1 – 1 of 1) sorted by relevance
95 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument97 if (cmp1 < cmp2) in ktime_compare()99 if (cmp1 > cmp2) in ktime_compare()111 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument113 return ktime_compare(cmp1, cmp2) > 0; in ktime_after()123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument125 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()