Searched defs:RUN_AT (Results 1 - 9 of 9) sorted by relevance

/drivers/net/hippi/
H A Drrunner.c56 #define RUN_AT(x) (jiffies + (x)) macro
1172 rrpriv->timer.expires = RUN_AT(5*HZ);
1233 rrpriv->timer.expires = RUN_AT(5*HZ); /* 5 sec. watchdog */
/drivers/net/ethernet/packetengines/
H A Dhamachi.c193 #define RUN_AT(x) (jiffies + (x)) macro
984 hmp->timer.expires = RUN_AT((24*HZ)/10); /* 2.4 sec. */
1044 hmp->timer.expires = RUN_AT(next_tick);
/drivers/net/irda/
H A Dau1k_ir.c184 #define RUN_AT(x) (jiffies + (x)) macro
626 aup->timer.expires = RUN_AT((3 * HZ));
/drivers/net/ethernet/dec/tulip/
H A Dtulip.h364 #define RUN_AT(x) (jiffies + (x)) macro
/drivers/net/ethernet/
H A Dfealnx.c108 #define RUN_AT(x) (jiffies + (x)) macro
914 np->timer.expires = RUN_AT(3 * HZ);
1117 np->timer.expires = RUN_AT(10 * HZ);
1574 np->reset_timer.expires = RUN_AT(HZ/2);
/drivers/net/ethernet/3com/
H A D3c59x.c100 #define RUN_AT(x) (jiffies + (x)) macro
1605 vp->timer.expires = RUN_AT(media_tbl[dev->if_port].wait);
1888 mod_timer(&vp->timer, RUN_AT(next_tick));
2659 mod_timer(&vp->rx_oom_timer, RUN_AT(HZ * 1));
/drivers/net/ethernet/broadcom/
H A Dbnx2.c69 #define RUN_AT(x) (jiffies + (x)) macro
8438 bp->timer.expires = RUN_AT(BNX2_TIMER_INTERVAL);
/drivers/staging/vt6655/
H A Ddevice.h128 #ifndef RUN_AT
129 #define RUN_AT(x) (jiffies+(x)) macro
/drivers/net/wireless/
H A Dairo.c208 #ifndef RUN_AT
209 #define RUN_AT(x) (jiffies+(x)) macro
1873 ai->expires = RUN_AT(3*HZ);
3271 ai->expires = RUN_AT(3*HZ);
5541 apriv->expires = RUN_AT(HZ*3);
7238 ai->scan_timeout = RUN_AT(3*HZ);

Completed in 267 milliseconds