Searched refs:wdt_is_open (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dmpc83xx_wdt.c58 static unsigned long wdt_is_open; variable
81 if (test_and_set_bit(0, &wdt_is_open))
104 clear_bit(0, &wdt_is_open);
H A Dalim7101_wdt.c74 static unsigned long wdt_is_open; variable
201 if(test_and_set_bit(0, &wdt_is_open))
216 clear_bit(0, &wdt_is_open);
H A Dsbc60xxwdt.c21 * fix possible wdt_is_open race
108 static unsigned long wdt_is_open; variable
197 if(test_and_set_bit(0, &wdt_is_open))
216 clear_bit(0, &wdt_is_open);
H A Dsc520_wdt.c31 * - fix possible wdt_is_open race
126 static unsigned long wdt_is_open; variable
254 if(test_and_set_bit(0, &wdt_is_open))
272 clear_bit(0, &wdt_is_open);
H A Dw83627hf_wdt.c49 static unsigned long wdt_is_open; variable
253 if (test_and_set_bit(0, &wdt_is_open))
273 clear_bit(0, &wdt_is_open);
H A Dw83697hf_wdt.c48 static unsigned long wdt_is_open; variable
283 if (test_and_set_bit(0, &wdt_is_open))
303 clear_bit(0, &wdt_is_open);
H A Dw83877f_wdt.c25 * fix possible wdt_is_open race
95 static unsigned long wdt_is_open; variable
217 if(test_and_set_bit(0, &wdt_is_open))
233 clear_bit(0, &wdt_is_open);
H A Dwdt.c51 static unsigned long wdt_is_open; variable
383 if(test_and_set_bit(0, &wdt_is_open))
408 clear_bit(0, &wdt_is_open);

Completed in 69 milliseconds