Home
last modified time | relevance | path

Searched refs:next_tick (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/dec/tulip/
H A Dtimer.c24 int next_tick = 2*HZ; in tulip_media_task() local
46 next_tick = 60*HZ; in tulip_media_task()
104 next_tick = (24*HZ)/10; in tulip_media_task()
111 next_tick = 3*HZ; in tulip_media_task()
114 next_tick = 60*HZ; in tulip_media_task()
136 mod_timer(&tp->timer, RUN_AT(next_tick)); in tulip_media_task()
145 int next_tick = 60*HZ; in mxic_timer() local
151 if (next_tick) { in mxic_timer()
152 mod_timer(&tp->timer, RUN_AT(next_tick)); in mxic_timer()
161 int next_tick = 2*HZ; in comet_timer() local
[all …]
H A Dpnic.c92 int next_tick = 60*HZ; in pnic_timer() local
106 next_tick = 3*HZ; in pnic_timer()
119 next_tick = 1*HZ; in pnic_timer()
123 next_tick = 60*HZ; in pnic_timer()
131 next_tick = 3*HZ; in pnic_timer()
134 next_tick = 1*HZ; in pnic_timer()
161 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic_timer()
H A D21142.c35 int next_tick = 60*HZ; in t21142_media_task() local
48 next_tick = 3*HZ; in t21142_media_task()
51 next_tick = 60*HZ; in t21142_media_task()
68 next_tick = 3*HZ; in t21142_media_task()
101 next_tick = 3*HZ; in t21142_media_task()
107 mod_timer(&tp->timer, RUN_AT(next_tick)); in t21142_media_task()
H A Dpnic2.c84 int next_tick = 60*HZ; in pnic2_timer() local
90 if (next_tick) { in pnic2_timer()
91 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic2_timer()
/linux/drivers/watchdog/
H A Dbcm47xx_wdt.c109 u32 next_tick = min(wdt->wdd.timeout * 1000, wdt->max_timer_ms); in bcm47xx_wdt_soft_timer_tick() local
112 wdt->timer_set_ms(wdt, next_tick); in bcm47xx_wdt_soft_timer_tick()