Searched refs:ktime_compare (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ktime.h | 135 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() function 153 return ktime_compare(cmp1, cmp2) > 0; in ktime_after() 165 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
|
D | iopoll.h | 51 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \ 85 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \
|
/linux-4.4.14/drivers/phy/ |
D | phy-qcom-ufs-i.h | 35 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) { \
|
/linux-4.4.14/drivers/base/power/ |
D | wakeup.c | 135 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 728 if (ktime_compare(*timeout, now) < 0) { in msm_wait_fence()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 2258 } while (ktime_compare(end_time, spin_until) < 0); in spin() 3269 else if (ktime_compare(pkt_dev->next_tx, best->next_tx) < 0) in next_to_run()
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 697 if (ktime_compare(now, expire) >= 0) in kvm_mips_set_count_ctl()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 722 if (ktime_compare(ktime_get(), timeout) > 0) in queue_poll_cons()
|