Searched refs:vcpu_stall_config (Results 1 – 1 of 1) sorted by relevance
48 static struct vcpu_stall_detect_config vcpu_stall_config; variable52 (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()95 vcpu_stall_config.clock_freq_hz); in start_stall_detector_cpu()101 ticks = vcpu_stall_config.clock_freq_hz * in start_stall_detector_cpu()102 vcpu_stall_config.stall_timeout_sec; in start_stall_detector_cpu()111 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in start_stall_detector_cpu()176 vcpu_stall_config = (struct vcpu_stall_detect_config) { in vcpu_stall_detect_probe()[all …]