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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dharddog_kern.c54 static int timer_alive; variable
71 if(timer_alive)
84 timer_alive = 1;
108 timer_alive=0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwdt285.c44 static unsigned long timer_alive; variable
76 if (test_and_set_bit(1, &timer_alive))
90 clear_bit(1, &timer_alive);
114 clear_bit(1, &timer_alive);
H A Di6300esb.c80 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.c39 unsigned long timer_alive; member in struct:mpcore_wdt
153 if (test_and_set_bit(0, &wdt->timer_alive))
184 clear_bit(0, &wdt->timer_alive);
H A Dw83977f_wdt.c50 static unsigned long timer_alive; variable
295 if (test_and_set_bit(0, &timer_alive))
313 clear_bit(0, &timer_alive);
H A Dwdt977.c60 static unsigned long timer_alive; variable
270 if (test_and_set_bit(0, &timer_alive))
288 clear_bit(0, &timer_alive);

Completed in 75 milliseconds