Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dharddog_kern.c56 static int timer_alive; variable
71 if(timer_alive) in harddog_open()
84 timer_alive = 1; in harddog_open()
106 timer_alive=0; in harddog_release()
/openbmc/linux/drivers/watchdog/
H A Dwdt285.c42 static unsigned long timer_alive; variable
74 if (test_and_set_bit(1, &timer_alive)) in watchdog_open()
88 clear_bit(1, &timer_alive); in watchdog_open()
112 clear_bit(1, &timer_alive); in watchdog_release()
H A Dnv_tco.c46 static unsigned long timer_alive; variable
154 if (test_and_set_bit(0, &timer_alive)) in nv_tco_open()
172 clear_bit(0, &timer_alive); in nv_tco_release()
413 clear_bit(0, &timer_alive); in nv_tco_init()
H A Dwdt977.c55 static unsigned long timer_alive; variable
265 if (test_and_set_bit(0, &timer_alive)) in wdt977_open()
283 clear_bit(0, &timer_alive); in wdt977_release()
H A Dw83977f_wdt.c44 static unsigned long timer_alive; variable
289 if (test_and_set_bit(0, &timer_alive)) in wdt_open()
307 clear_bit(0, &timer_alive); in wdt_release()