Searched refs:RUN_AT (Results 1 – 6 of 6) sorted by relevance
91 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic2_timer()328 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()353 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()377 tp->timer.expires = RUN_AT(3*HZ); in pnic2_lnk_change()
136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()174 mod_timer(&tp->timer, RUN_AT(next_tick)); in comet_timer()
107 mod_timer(&tp->timer, RUN_AT(next_tick)); in t21142_media_task()221 tp->timer.expires = RUN_AT(3*HZ); in t21142_lnk_change()231 tp->timer.expires = RUN_AT(3*HZ); in t21142_lnk_change()
161 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic_timer()
753 mod_timer(&tp->timer, RUN_AT(HZ/50)); in tulip_interrupt()796 mod_timer(&tp->timer, RUN_AT(HZ/50));
364 #define RUN_AT(x) (jiffies + (x)) macro