Home
last modified time | relevance | path

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

/drivers/misc/
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_setup(vcpu_hrtimer, vcpu_stall_detect_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_stall_detector_cpu()
117 hrtimer_start(vcpu_hrtimer, ms_to_ktime(ping_timeout_ms), in start_stall_detector_cpu()
132 hrtimer_cancel(&vcpu_stall_detector->vcpu_hrtimer); in stop_stall_detector_cpu()

Completed in 4 milliseconds