Searched refs:ktime_compare (Results 1 – 5 of 5) sorted by relevance
135 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() function153 return ktime_compare(cmp1, cmp2) > 0; in ktime_after()165 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
51 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \85 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \
35 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \
2208 } while (ktime_compare(end_time, spin_until) < 0); in spin()3218 else if (ktime_compare(pkt_dev->next_tx, best->next_tx) < 0) in next_to_run()
697 if (ktime_compare(now, expire) >= 0) in kvm_mips_set_count_ctl()