Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c34 u32 stall_timeout_sec; member
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()
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()
139 u32 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe() local
161 if (!of_property_read_u32(np, "timeout-sec", &stall_timeout_sec)) { in vcpu_stall_detect_probe()
162 if (!(stall_timeout_sec > 0 && in vcpu_stall_detect_probe()
163 stall_timeout_sec < VCPU_STALL_MAX_TIMEOUT_SEC)) { in vcpu_stall_detect_probe()
165 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; in vcpu_stall_detect_probe()
[all …]