Searched refs:poll_end (Results 1 – 3 of 3) sorted by relevance
132 unsigned long poll_end; member1279 queue->poll_end = jiffies + usecs_to_jiffies(idle_poll_period_usecs); in nvmet_tcp_arm_queue_deadline()1291 return !time_after(jiffies, queue->poll_end); in nvmet_tcp_check_queue_deadline()
231 unsigned long poll_end; in poll_timeout() local234 poll_end = jiffies + msecs_to_jiffies(cmd_to_ms + 1000); in poll_timeout()243 } while (time_before(jiffies, poll_end)); in poll_timeout()
3156 ktime_t start, cur, poll_end; in kvm_vcpu_block() local3162 start = cur = poll_end = ktime_get(); in kvm_vcpu_block()3184 poll_end = cur = ktime_get(); in kvm_vcpu_block()3207 ktime_to_ns(cur) - ktime_to_ns(poll_end); in kvm_vcpu_block()3209 ktime_to_ns(cur) - ktime_to_ns(poll_end)); in kvm_vcpu_block()3216 vcpu, ktime_to_ns(ktime_sub(poll_end, start)), waited); in kvm_vcpu_block()
Completed in 27 milliseconds