Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/parisc/kernel/
Dtime.c65 unsigned long next_tick; in timer_interrupt() local
76 next_tick = cpuinfo->it_value; in timer_interrupt()
82 next_tick += cpt; in timer_interrupt()
83 } while (next_tick - now > cpt); in timer_interrupt()
86 cpuinfo->it_value = next_tick; in timer_interrupt()
107 while (next_tick - now > cpt) in timer_interrupt()
108 next_tick += cpt; in timer_interrupt()
116 if (next_tick - now <= 8000) in timer_interrupt()
117 next_tick += cpt; in timer_interrupt()
118 mtctl(next_tick, 16); in timer_interrupt()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
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 …]
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()
Dde4x5.c1747 int next_tick = DE4X5_AUTOSENSE_MS; in de4x5_ast() local
1751 next_tick = srom_autoconf(dev); in de4x5_ast()
1753 next_tick = dc21140m_autoconf(dev); in de4x5_ast()
1755 next_tick = dc21041_autoconf(dev); in de4x5_ast()
1757 next_tick = dc21040_autoconf(dev); in de4x5_ast()
1760 dt = (next_tick * HZ) / 1000; in de4x5_ast()
2393 int next_tick = DE4X5_AUTOSENSE_MS; in dc21040_autoconf() local
2412 next_tick = dc21040_autoconf(dev); in dc21040_autoconf()
2416 next_tick = dc21040_state(dev, 0x8f01, 0xffff, 0x0000, 3000, BNC_AUI, in dc21040_autoconf()
2421 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21040_autoconf); in dc21040_autoconf()
[all …]
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()
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()
Dtulip_core.c286 int next_tick = 3*HZ; in tulip_up() local
450 next_tick = 1*HZ; in tulip_up()
494 tp->timer.expires = RUN_AT(next_tick); in tulip_up()
/kernel/linux/linux-5.10/kernel/time/
Dtick-sched.c173 ts->next_tick = 0; in tick_sched_handle()
676 ts->next_tick = 0; in tick_nohz_restart()
686 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
711 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
723 next_tick = next_rcu < next_tmr ? next_rcu : next_tmr; in tick_nohz_next_event()
730 delta = next_tick - basemono; in tick_nohz_next_event()
763 ts->timer_expires = min_t(u64, expires, next_tick); in tick_nohz_next_event()
795 if (ts->tick_stopped && (expires == ts->next_tick)) { in tick_nohz_stop_tick()
797 if (tick == KTIME_MAX || ts->next_tick == hrtimer_get_expires(&ts->sched_timer)) in tick_nohz_stop_tick()
802 basemono, ts->next_tick, dev->next_event, in tick_nohz_stop_tick()
[all …]
Dtick-sched.h65 ktime_t next_tick; member
/kernel/linux/linux-5.10/drivers/watchdog/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
D8139too.c1462 static int next_tick = 3 * HZ; variable
1497 next_tick = HZ / 10; in rtl8139_tune_twister()
1520 next_tick = HZ / 10; in rtl8139_tune_twister()
1528 next_tick = HZ / 10; in rtl8139_tune_twister()
1545 next_tick = HZ / 10; in rtl8139_tune_twister()
1557 next_tick = HZ / 10; in rtl8139_tune_twister()
1596 next_tick = HZ * 60; in rtl8139_thread_iter()
1613 unsigned long thr_delay = next_tick; in rtl8139_thread()
1643 schedule_delayed_work(&tp->thread, next_tick); in rtl8139_start_thread()
1710 schedule_delayed_work(&tp->thread, next_tick); in rtl8139_tx_timeout()
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
Dyellowfin.c656 int next_tick = 60*HZ; in yellowfin_timer() local
676 next_tick = 60*HZ; in yellowfin_timer()
678 next_tick = 3*HZ; in yellowfin_timer()
681 yp->timer.expires = jiffies + next_tick; in yellowfin_timer()
Dhamachi.c1027 int next_tick = 10*HZ; in hamachi_timer() local
1043 hmp->timer.expires = RUN_AT(next_tick); in hamachi_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/
Dnatsemi.c1792 int next_tick = NATSEMI_TIMER_FREQ; in netdev_timer() local
1827 next_tick = HZ; in netdev_timer()
1848 next_tick = 1; in netdev_timer()
1852 if (next_tick > 1) in netdev_timer()
1853 mod_timer(&np->timer, round_jiffies(jiffies + next_tick)); in netdev_timer()
1855 mod_timer(&np->timer, jiffies + next_tick); in netdev_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
D3c59x.c1787 int next_tick = 60*HZ; in vortex_timer() local
1828 next_tick = 5*HZ; in vortex_timer()
1850 next_tick = media_tbl[dev->if_port].wait; in vortex_timer()
1875 mod_timer(&vp->timer, RUN_AT(next_tick)); in vortex_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Depic100.c854 int next_tick = 5*HZ; in epic_timer() local
865 ep->timer.expires = jiffies + next_tick; in epic_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
Ddl2k.c656 int next_tick = 1*HZ; in rio_timer() local
689 np->timer.expires = jiffies + next_tick; in rio_timer()
Dsundance.c946 int next_tick = 10*HZ; in netdev_timer() local
955 np->timer.expires = jiffies + next_tick; in netdev_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
Dsis900.c1313 static const int next_tick = 5*HZ; in sis900_timer() local
1355 sis_priv->timer.expires = jiffies + next_tick; in sis900_timer()