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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dtimer.c142 mod_timer(&tp->timer, RUN_AT(next_tick));
158 mod_timer(&tp->timer, RUN_AT(next_tick));
182 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dpnic2.c95 mod_timer(&tp->timer, RUN_AT(next_tick));
331 tp->timer.expires = RUN_AT(3*HZ);
356 tp->timer.expires = RUN_AT(3*HZ);
380 tp->timer.expires = RUN_AT(3*HZ);
H A D21142.c100 mod_timer(&tp->timer, RUN_AT(next_tick));
200 tp->timer.expires = RUN_AT(3*HZ);
210 tp->timer.expires = RUN_AT(3*HZ);
H A Dpnic.c163 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dinterrupt.c718 mod_timer(&tp->timer, RUN_AT(HZ/50));
759 mod_timer(&tp->timer, RUN_AT(HZ/50));
H A Dtulip.h300 #define RUN_AT(x) (jiffies + (x)) macro
H A Dtulip_core.c487 tp->timer.expires = RUN_AT(next_tick);
H A Dxircom_tulip_cb.c121 #define RUN_AT(x) (jiffies + (x)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfealnx.c108 #define RUN_AT(x) (jiffies + (x)) macro
919 np->timer.expires = RUN_AT(3 * HZ);
1124 np->timer.expires = RUN_AT(10 * HZ);
1576 np->reset_timer.expires = RUN_AT(HZ/2);
H A Deepro100.c152 #define RUN_AT(x) (jiffies + (x)) macro
1033 sp->timer.expires = RUN_AT((24*HZ)/10); /* 2.4 sec. */
1199 sp->timer.expires = RUN_AT(2*HZ); /* 2.0 sec. */
1379 sp->timer.expires = RUN_AT(2*HZ);
2278 sp->timer.expires = RUN_AT(2*HZ);
H A Drrunner.c57 #define RUN_AT(x) (jiffies + (x)) macro
1177 rrpriv->timer.expires = RUN_AT(5*HZ);
1238 rrpriv->timer.expires = RUN_AT(5*HZ); /* 5 sec. watchdog */
H A Dhamachi.c198 #define RUN_AT(x) (jiffies + (x)) macro
1001 hmp->timer.expires = RUN_AT((24*HZ)/10); /* 2.4 sec. */
1061 hmp->timer.expires = RUN_AT(next_tick);
H A D3c59x.c92 #define RUN_AT(x) (jiffies + (x)) macro
1524 vp->timer.expires = RUN_AT(media_tbl[dev->if_port].wait);
1809 mod_timer(&vp->timer, RUN_AT(next_tick));
2517 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1));
H A Dbnx2.c60 #define RUN_AT(x) (jiffies + (x)) macro
6396 bp->timer.expires = RUN_AT(bp->timer_interval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dau1k_ir.c68 #define RUN_AT(x) (jiffies + (x)) macro
375 aup->timer.expires = RUN_AT((3*HZ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c205 #ifndef RUN_AT
206 #define RUN_AT(x) (jiffies+(x)) macro
3263 apriv->expires = RUN_AT(3*HZ);
3923 ai->expires = RUN_AT(3*HZ);
5583 apriv->expires = RUN_AT(HZ*3);
7211 ai->scan_timeout = RUN_AT(3*HZ);

Completed in 206 milliseconds