Searched refs:vcpu_hrtimer (Results 1 – 1 of 1) sorted by relevance
43 struct hrtimer vcpu_hrtimer; member92 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu() local114 hrtimer_init(vcpu_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_stall_detector_cpu()115 vcpu_hrtimer->function = vcpu_stall_detect_timer_fn; in start_stall_detector_cpu()118 hrtimer_start(vcpu_hrtimer, ms_to_ktime(ping_timeout_ms), in start_stall_detector_cpu()133 hrtimer_cancel(&vcpu_stall_detector->vcpu_hrtimer); in stop_stall_detector_cpu()