Searched refs:timer_alive (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/um/drivers/
H A Dharddog_kern.c55 static int timer_alive; variable
72 if(timer_alive) harddog_open()
85 timer_alive = 1; harddog_open()
109 timer_alive=0; harddog_release()
/linux-4.4.14/drivers/watchdog/
H A Dwdt285.c47 static unsigned long timer_alive; variable
79 if (test_and_set_bit(1, &timer_alive)) watchdog_open()
93 clear_bit(1, &timer_alive); watchdog_open()
117 clear_bit(1, &timer_alive); watchdog_release()
H A Dnv_tco.c50 static unsigned long timer_alive; variable
158 if (test_and_set_bit(0, &timer_alive)) nv_tco_open()
176 clear_bit(0, &timer_alive); nv_tco_release()
414 clear_bit(0, &timer_alive); nv_tco_init()
H A Di6300esb.c80 static unsigned long timer_alive; variable
201 if (test_and_set_bit(0, &timer_alive)) esb_open()
219 clear_bit(0, &timer_alive); esb_release()
H A Dw83977f_wdt.c49 static unsigned long timer_alive; variable
294 if (test_and_set_bit(0, &timer_alive)) wdt_open()
312 clear_bit(0, &timer_alive); wdt_release()
H A Dwdt977.c59 static unsigned long timer_alive; variable
269 if (test_and_set_bit(0, &timer_alive)) wdt977_open()
287 clear_bit(0, &timer_alive); wdt977_release()
H A Dsp5100_tco.c53 static unsigned long timer_alive; variable
175 if (test_and_set_bit(0, &timer_alive)) sp5100_tco_open()
193 clear_bit(0, &timer_alive); sp5100_tco_release()
496 clear_bit(0, &timer_alive); sp5100_tco_init()

Completed in 218 milliseconds