Searched refs:stall_timeout_sec (Results 1 – 1 of 1) sorted by relevance
35 u32 stall_timeout_sec; member69 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()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()140 u32 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe() local162 if (!of_property_read_u32(np, "timeout-sec", &stall_timeout_sec)) { in vcpu_stall_detect_probe()163 if (!(stall_timeout_sec > 0 && in vcpu_stall_detect_probe()164 stall_timeout_sec < VCPU_STALL_MAX_TIMEOUT_SEC)) { in vcpu_stall_detect_probe()166 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe()[all …]