Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dtcp.c183 unsigned long poll_end; member
1411 queue->poll_end = jiffies + usecs_to_jiffies(idle_poll_period_usecs); in nvmet_tcp_arm_queue_deadline()
1423 return !time_after(jiffies, queue->poll_end); in nvmet_tcp_check_queue_deadline()
/linux/virt/kvm/
H A Dkvm_main.c3641 ktime_t start, cur, poll_end; in kvm_vcpu_halt() local
3651 start = cur = poll_end = ktime_get(); in kvm_vcpu_halt()
3659 poll_end = cur = ktime_get(); in kvm_vcpu_halt()
3668 ktime_to_ns(cur) - ktime_to_ns(poll_end); in kvm_vcpu_halt()
3670 ktime_to_ns(cur) - ktime_to_ns(poll_end)); in kvm_vcpu_halt()
3682 update_halt_poll_stats(vcpu, start, poll_end, !waited); in kvm_vcpu_halt()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c280 unsigned long poll_end; in poll_timeout() local
283 poll_end = jiffies + msecs_to_jiffies(cmd_to_ms + 1000); in poll_timeout()
292 } while (time_before(jiffies, poll_end)); in poll_timeout()