timer_alive        55 arch/um/drivers/harddog_kern.c static int timer_alive;
timer_alive        72 arch/um/drivers/harddog_kern.c 	if(timer_alive)
timer_alive        85 arch/um/drivers/harddog_kern.c 	timer_alive = 1;
timer_alive       109 arch/um/drivers/harddog_kern.c 	timer_alive=0;
timer_alive        46 drivers/watchdog/nv_tco.c static unsigned long timer_alive;
timer_alive       154 drivers/watchdog/nv_tco.c 	if (test_and_set_bit(0, &timer_alive))
timer_alive       172 drivers/watchdog/nv_tco.c 	clear_bit(0, &timer_alive);
timer_alive       412 drivers/watchdog/nv_tco.c 	clear_bit(0, &timer_alive);
timer_alive        44 drivers/watchdog/w83977f_wdt.c static	unsigned long timer_alive;
timer_alive       289 drivers/watchdog/w83977f_wdt.c 	if (test_and_set_bit(0, &timer_alive))
timer_alive       307 drivers/watchdog/w83977f_wdt.c 		clear_bit(0, &timer_alive);
timer_alive        42 drivers/watchdog/wdt285.c static unsigned long timer_alive;
timer_alive        74 drivers/watchdog/wdt285.c 	if (test_and_set_bit(1, &timer_alive))
timer_alive        88 drivers/watchdog/wdt285.c 		clear_bit(1, &timer_alive);
timer_alive       112 drivers/watchdog/wdt285.c 	clear_bit(1, &timer_alive);
timer_alive        55 drivers/watchdog/wdt977.c static	unsigned long timer_alive;
timer_alive       265 drivers/watchdog/wdt977.c 	if (test_and_set_bit(0, &timer_alive))
timer_alive       283 drivers/watchdog/wdt977.c 		clear_bit(0, &timer_alive);