Searched refs:stall_timeout_sec (Results 1 – 1 of 1) sorted by relevance
34 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()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()145 u32 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe() local167 if (!of_property_read_u32(np, "timeout-sec", &stall_timeout_sec)) { in vcpu_stall_detect_probe()168 if (!(stall_timeout_sec > 0 && in vcpu_stall_detect_probe()169 stall_timeout_sec < VCPU_STALL_MAX_TIMEOUT_SEC)) { in vcpu_stall_detect_probe()171 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe()[all …]
Completed in 4 milliseconds