Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
A Dhyperv_timer.c49 static int stimer0_irq = -1; variable
92 disable_percpu_irq(stimer0_irq); in hv_ce_shutdown()
111 if (stimer0_irq >= 0) in hv_ce_set_oneshot()
209 stimer0_irq = ret; in hv_setup_stimer0_irq()
215 stimer0_irq, ret); in hv_setup_stimer0_irq()
216 acpi_unregister_gsi(stimer0_irq); in hv_setup_stimer0_irq()
217 stimer0_irq = -1; in hv_setup_stimer0_irq()
224 if (stimer0_irq == -1) { in hv_remove_stimer0_irq()
228 acpi_unregister_gsi(stimer0_irq); in hv_remove_stimer0_irq()
229 stimer0_irq = -1; in hv_remove_stimer0_irq()
[all …]

Completed in 18 milliseconds