Searched refs:poll_end (Results 1 – 2 of 2) sorted by relevance
2812 ktime_t start, cur, poll_end; in kvm_vcpu_block() local2818 start = cur = poll_end = ktime_get(); in kvm_vcpu_block()2834 poll_end = cur = ktime_get(); in kvm_vcpu_block()2856 vcpu, ktime_to_ns(ktime_sub(poll_end, start)), waited); in kvm_vcpu_block()
232 unsigned long poll_end = jiffies + msecs_to_jiffies(MLX5_CMD_TIMEOUT_MSEC + 1000); in poll_timeout() local242 } while (time_before(jiffies, poll_end)); in poll_timeout()