Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c42 struct hrtimer vcpu_hrtimer; member
85 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu() local
107 hrtimer_init(vcpu_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_stall_detector_cpu()
108 vcpu_hrtimer->function = vcpu_stall_detect_timer_fn; in start_stall_detector_cpu()
111 hrtimer_start(vcpu_hrtimer, ms_to_ktime(ping_timeout_ms), in start_stall_detector_cpu()
126 hrtimer_cancel(&vcpu_stall_detector->vcpu_hrtimer); in stop_stall_detector_cpu()