Searched refs:poll_end (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 280 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()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 159 unsigned long poll_end; member 1309 queue->poll_end = jiffies + usecs_to_jiffies(idle_poll_period_usecs); in nvmet_tcp_arm_queue_deadline() 1321 return !time_after(jiffies, queue->poll_end); in nvmet_tcp_check_queue_deadline()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | kvm_main.c | 3561 ktime_t start, cur, poll_end; in kvm_vcpu_halt() local 3571 start = cur = poll_end = ktime_get(); in kvm_vcpu_halt() 3579 poll_end = cur = ktime_get(); in kvm_vcpu_halt() 3588 ktime_to_ns(cur) - ktime_to_ns(poll_end); in kvm_vcpu_halt() 3590 ktime_to_ns(cur) - ktime_to_ns(poll_end)); in kvm_vcpu_halt() 3602 update_halt_poll_stats(vcpu, start, poll_end, !waited); in kvm_vcpu_halt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 233 unsigned long poll_end = jiffies + msecs_to_jiffies(MLX5_CMD_TIMEOUT_MSEC + 1000); in poll_timeout() local 243 } while (time_before(jiffies, poll_end)); in poll_timeout()
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | kvm_main.c | 2893 ktime_t start, cur, poll_end; in kvm_vcpu_block() local 2899 start = cur = poll_end = ktime_get(); in kvm_vcpu_block() 2915 poll_end = cur = ktime_get(); in kvm_vcpu_block() 2937 vcpu, ktime_to_ns(ktime_sub(poll_end, start)), waited); in kvm_vcpu_block()
|
Completed in 23 milliseconds