Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/
Dvcpu_stall_detector.c84 struct vcpu_stall_priv *vcpu_stall_detector = in start_stall_detector_cpu() local
86 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu()
110 vcpu_stall_detector->is_initialized = true; in start_stall_detector_cpu()
120 struct vcpu_stall_priv *vcpu_stall_detector = in stop_stall_detector_cpu() local
123 if (!vcpu_stall_detector->is_initialized) in stop_stall_detector_cpu()
127 hrtimer_cancel(&vcpu_stall_detector->vcpu_hrtimer); in stop_stall_detector_cpu()
129 vcpu_stall_detector->is_initialized = false; in stop_stall_detector_cpu()
DMakefile64 obj-$(CONFIG_VCPU_STALL_DETECTOR) += vcpu_stall_detector.o
DKconfig495 will be called vcpu_stall_detector.