Searched refs:poll_end (Results 1 – 2 of 2) sorted by relevance
180 unsigned long poll_end; member1435 queue->poll_end = jiffies + usecs_to_jiffies(idle_poll_period_usecs); in nvmet_tcp_arm_queue_deadline()1447 return !time_after(jiffies, queue->poll_end); in nvmet_tcp_check_queue_deadline()
3725 ktime_t start, cur, poll_end; in kvm_vcpu_halt() local3735 start = cur = poll_end = ktime_get(); in kvm_vcpu_halt()3743 poll_end = cur = ktime_get(); in kvm_vcpu_halt()3752 ktime_to_ns(cur) - ktime_to_ns(poll_end); in kvm_vcpu_halt()3754 ktime_to_ns(cur) - ktime_to_ns(poll_end)); in kvm_vcpu_halt()3766 update_halt_poll_stats(vcpu, start, poll_end, !waited); in kvm_vcpu_halt()