Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dtcp.c132 unsigned long poll_end; member
1256 queue->poll_end = jiffies + usecs_to_jiffies(idle_poll_period_usecs); in nvmet_tcp_arm_queue_deadline()
1268 return !time_after(jiffies, queue->poll_end); in nvmet_tcp_check_queue_deadline()
/Linux-v5.15/virt/kvm/
Dkvm_main.c3208 ktime_t start, cur, poll_end; in kvm_vcpu_block() local
3214 start = cur = poll_end = ktime_get(); in kvm_vcpu_block()
3236 poll_end = cur = ktime_get(); in kvm_vcpu_block()
3259 ktime_to_ns(cur) - ktime_to_ns(poll_end); in kvm_vcpu_block()
3261 ktime_to_ns(cur) - ktime_to_ns(poll_end)); in kvm_vcpu_block()
3268 vcpu, ktime_to_ns(ktime_sub(poll_end, start)), waited); in kvm_vcpu_block()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c228 unsigned long poll_end = jiffies + msecs_to_jiffies(MLX5_CMD_TIMEOUT_MSEC + 1000); in poll_timeout() local
238 } while (time_before(jiffies, poll_end)); in poll_timeout()