Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/
Dvcpu_stall_detector.c56 static struct vcpu_stall_priv __percpu *vcpu_stall_detectors; variable
85 this_cpu_ptr(vcpu_stall_detectors); in start_stall_detector_cpu()
121 per_cpu_ptr(vcpu_stall_detectors, cpu); in stop_stall_detector_cpu()
143 vcpu_stall_detectors = devm_alloc_percpu(&pdev->dev, in vcpu_stall_detect_probe()
145 if (!vcpu_stall_detectors) in vcpu_stall_detect_probe()