Home
last modified time | relevance | path

Searched refs:ktime_before (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dktime.h163 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c267 } while (ktime_before(end_time, timeout) && !kill_test); in ring_buffer_producer()
/linux-4.1.27/drivers/misc/mei/
Dhw-txe.c240 } while (ktime_before(ktime_get(), stop)); in mei_txe_aliveness_poll()
/linux-4.1.27/arch/mips/kvm/
Demulate.c329 if (ktime_before(expires, threshold)) { in kvm_mips_read_count_running()
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1785 if (!asoc && ktime_before(bear_cookie->expiration, kt)) { in sctp_unpack_cookie()
/linux-4.1.27/virt/kvm/
Dkvm_main.c1800 } while (single_task_running() && ktime_before(cur, stop)); in kvm_vcpu_block()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13379 if (ktime_before(now, fw_ready_time)) in bnx2x_init_one()