Searched refs:timer_alive (Results 1 – 4 of 4) sorted by relevance
/drivers/watchdog/ |
D | wdt285.c | 42 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()
|
D | nv_tco.c | 46 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()
|
D | w83977f_wdt.c | 44 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()
|
D | wdt977.c | 55 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()
|