Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/
Dvcpu_stall_detector.c48 static struct vcpu_stall_detect_config vcpu_stall_config; variable
52 (void __iomem *)(vcpu_stall_config.membase + \
68 ticks = vcpu_stall_config.clock_freq_hz * in vcpu_stall_detect_timer_fn()
69 vcpu_stall_config.stall_timeout_sec; in vcpu_stall_detect_timer_fn()
73 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in vcpu_stall_detect_timer_fn()
89 vcpu_stall_config.clock_freq_hz); in start_stall_detector_cpu()
95 ticks = vcpu_stall_config.clock_freq_hz * in start_stall_detector_cpu()
96 vcpu_stall_config.stall_timeout_sec; in start_stall_detector_cpu()
105 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in start_stall_detector_cpu()
170 vcpu_stall_config = (struct vcpu_stall_detect_config) { in vcpu_stall_detect_probe()
[all …]