Home
last modified time | relevance | path

Searched refs:poll_end (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/target/
H A Dtcp.c180 unsigned long poll_end; member
1435 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()
/linux/virt/kvm/
H A Dkvm_main.c3725 ktime_t start, cur, poll_end; in kvm_vcpu_halt() local
3735 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()