Home
last modified time | relevance | path

Searched refs:vcpu_stall_detector (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/misc/
H A Dvcpu_stall_detector.c83 struct vcpu_stall_priv *vcpu_stall_detector = in start_stall_detector_cpu() local
85 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu()
109 vcpu_stall_detector->is_initialized = true; in start_stall_detector_cpu()
119 struct vcpu_stall_priv *vcpu_stall_detector = in stop_stall_detector_cpu() local
122 if (!vcpu_stall_detector->is_initialized) in stop_stall_detector_cpu()
126 hrtimer_cancel(&vcpu_stall_detector->vcpu_hrtimer); in stop_stall_detector_cpu()
128 vcpu_stall_detector->is_initialized = false; in stop_stall_detector_cpu()
176 "virt/vcpu_stall_detector:online", in vcpu_stall_detect_probe()

Completed in 2 milliseconds