Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/virt/kvm/
Dkvm_main.c2812 ktime_t start, cur, poll_end; in kvm_vcpu_block() local
2818 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c232 unsigned long poll_end = jiffies + msecs_to_jiffies(MLX5_CMD_TIMEOUT_MSEC + 1000); in poll_timeout() local
242 } while (time_before(jiffies, poll_end)); in poll_timeout()