Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dvcpu_stall_detector.c43 struct hrtimer vcpu_hrtimer; member
92 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu() local
114 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()