Searched refs:timer_alive (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/arch/um/drivers/ |
| D | harddog_kern.c | 55 static int timer_alive; variable 72 if(timer_alive) in harddog_open() 85 timer_alive = 1; in harddog_open() 109 timer_alive=0; in harddog_release()
|
| /Linux-v4.19/drivers/watchdog/ |
| D | wdt285.c | 47 static unsigned long timer_alive; variable 79 if (test_and_set_bit(1, &timer_alive)) in watchdog_open() 93 clear_bit(1, &timer_alive); in watchdog_open() 117 clear_bit(1, &timer_alive); in watchdog_release()
|
| D | nv_tco.c | 50 static unsigned long timer_alive; variable 158 if (test_and_set_bit(0, &timer_alive)) in nv_tco_open() 176 clear_bit(0, &timer_alive); in nv_tco_release() 416 clear_bit(0, &timer_alive); in nv_tco_init()
|
| D | w83977f_wdt.c | 49 static unsigned long timer_alive; variable 294 if (test_and_set_bit(0, &timer_alive)) in wdt_open() 312 clear_bit(0, &timer_alive); in wdt_release()
|
| D | wdt977.c | 59 static unsigned long timer_alive; variable 269 if (test_and_set_bit(0, &timer_alive)) in wdt977_open() 287 clear_bit(0, &timer_alive); in wdt977_release()
|