Home
last modified time | relevance | path

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

/drivers/misc/
A Dvcpu_stall_detector.c68 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()
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()
191 vcpu_stall_config.ppi_irq = irq; in vcpu_stall_detect_probe()
203 vcpu_stall_config.hp_online = ret; in vcpu_stall_detect_probe()
206 if (vcpu_stall_config.ppi_irq > 0) in vcpu_stall_detect_probe()
207 free_percpu_irq(vcpu_stall_config.ppi_irq, in vcpu_stall_detect_probe()
218 if (vcpu_stall_config.ppi_irq > 0) in vcpu_stall_detect_remove()
[all …]

Completed in 4 milliseconds