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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c529 /* wdt_is_active stores wether or not the /dev/watchdog device is opened */
530 static unsigned long wdt_is_active; variable
624 if (test_and_set_bit(0, &wdt_is_active))
631 clear_bit(0, &wdt_is_active);
652 clear_bit(0, &wdt_is_active);

Completed in 70 milliseconds