Searched refs:vcpu_stall_config (Results 1 – 1 of 1) sorted by relevance
47 static struct vcpu_stall_detect_config vcpu_stall_config; variable51 (void __iomem *)(vcpu_stall_config.membase + \67 ticks = vcpu_stall_config.clock_freq_hz * in vcpu_stall_detect_timer_fn()68 vcpu_stall_config.stall_timeout_sec; in vcpu_stall_detect_timer_fn()72 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in vcpu_stall_detect_timer_fn()88 vcpu_stall_config.clock_freq_hz); in start_stall_detector_cpu()94 ticks = vcpu_stall_config.clock_freq_hz * in start_stall_detector_cpu()95 vcpu_stall_config.stall_timeout_sec; in start_stall_detector_cpu()104 ping_timeout_ms = vcpu_stall_config.stall_timeout_sec * in start_stall_detector_cpu()169 vcpu_stall_config = (struct vcpu_stall_detect_config) { in vcpu_stall_detect_probe()[all …]