Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c55 static struct vcpu_stall_priv __percpu *vcpu_stall_detectors; variable
84 this_cpu_ptr(vcpu_stall_detectors); in start_stall_detector_cpu()
120 per_cpu_ptr(vcpu_stall_detectors, cpu); in stop_stall_detector_cpu()
142 vcpu_stall_detectors = devm_alloc_percpu(&pdev->dev, in vcpu_stall_detect_probe()
144 if (!vcpu_stall_detectors) in vcpu_stall_detect_probe()