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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dwdt285.c43 static unsigned long timer_alive; variable
75 if (test_and_set_bit(1, &timer_alive))
89 clear_bit(1, &timer_alive);
113 clear_bit(1, &timer_alive);
H A Di6300esb.c81 static unsigned long timer_alive; variable
199 if (test_and_set_bit(0, &timer_alive))
218 clear_bit(0, &timer_alive);
H A Dmpcore_wdt.c37 unsigned long timer_alive; member in struct:mpcore_wdt
143 if (test_and_set_bit(0, &wdt->timer_alive))
173 clear_bit(0, &wdt->timer_alive);
H A Dw83977f_wdt.c50 static unsigned long timer_alive; variable
293 if( test_and_set_bit(0, &timer_alive) )
312 clear_bit(0, &timer_alive);
H A Dwdt977.c59 static unsigned long timer_alive; variable
261 if( test_and_set_bit(0,&timer_alive) )
280 clear_bit(0,&timer_alive);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dharddog_kern.c54 static int timer_alive; variable
70 if(timer_alive)
83 timer_alive = 1;
105 timer_alive=0;

Completed in 54 milliseconds