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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dat91_ether.h97 struct timer_list check_timer; /* Poll link status */ member in struct:at91_private
H A Dat91_ether.c262 mod_timer(&lp->check_timer, jiffies + LINK_POLL_INTERVAL);
322 del_timer_sync(&lp->check_timer);
382 mod_timer(&lp->check_timer, jiffies + LINK_POLL_INTERVAL);
1057 init_timer(&lp->check_timer);
1058 lp->check_timer.data = (unsigned long)dev;
1059 lp->check_timer.function = at91ether_check_link;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c134 static void check_timer();
405 check_timer();
415 static void check_timer() function
591 check_timer();
705 check_timer();
H A Dlinux_timer.c134 static void check_timer();
407 check_timer();
417 static void check_timer() function
598 check_timer();
712 check_timer();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dio_apic.c1440 static inline void check_timer(void) function
1581 check_timer();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dio_apic.c2016 static inline void __init check_timer(void) function
2163 check_timer();

Completed in 103 milliseconds