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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Drtc.h47 unsigned long uip_watchdog = jiffies; local
64 while (jiffies - uip_watchdog < 2*HZ/100) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dds1286.c441 unsigned long uip_watchdog = jiffies; local
454 while (jiffies - uip_watchdog < 2*HZ/100)
H A Drtc.c1247 unsigned long uip_watchdog = jiffies, flags; local
1263 while (rtc_is_updating() != 0 && jiffies - uip_watchdog < 2*HZ/100)

Completed in 53 milliseconds