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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dtime.c60 unsigned long next_tick; local
71 /* Initialize next_tick to the expected tick time. */
72 next_tick = cpuinfo->it_value;
77 cycles_elapsed = now - next_tick;
101 next_tick = now + cycles_remainder;
103 cpuinfo->it_value = next_tick;
106 * Only bottom 32-bits of next_tick are writable in CR16!
108 mtctl(next_tick, 16);
110 /* Skip one clocktick on purpose if we missed next_tick.
116 * "next_tick
229 unsigned long next_tick = mfctl(16) + clocktick; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtimer.c27 int next_tick = 2*HZ; local
49 next_tick = 60*HZ;
109 next_tick = (24*HZ)/10;
116 next_tick = 3*HZ;
119 next_tick = 60*HZ;
141 mod_timer(&tp->timer, RUN_AT(next_tick));
150 int next_tick = 60*HZ; local
156 if (next_tick) {
157 mod_timer(&tp->timer, RUN_AT(next_tick));
166 int next_tick local
[all...]
H A Dpnic.c94 int next_tick = 60*HZ; local
108 next_tick = 3*HZ;
121 next_tick = 1*HZ;
125 next_tick = 60*HZ;
133 next_tick = 3*HZ;
136 next_tick = 1*HZ;
163 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dde4x5.c1749 int next_tick = DE4X5_AUTOSENSE_MS; local
1753 next_tick = srom_autoconf(dev);
1755 next_tick = dc21140m_autoconf(dev);
1757 next_tick = dc21041_autoconf(dev);
1759 next_tick = dc21040_autoconf(dev);
1762 dt = (next_tick * HZ) / 1000;
2405 int next_tick = DE4X5_AUTOSENSE_MS; local
2424 next_tick = dc21040_autoconf(dev);
2428 next_tick = dc21040_state(dev, 0x8f01, 0xffff, 0x0000, 3000, BNC_AUI,
2433 next_tick
2477 int next_tick = DE4X5_AUTOSENSE_MS; local
2516 int next_tick = DE4X5_AUTOSENSE_MS; local
2560 int next_tick = DE4X5_AUTOSENSE_MS; local
2761 int next_tick = DE4X5_AUTOSENSE_MS; local
2946 int next_tick = DE4X5_AUTOSENSE_MS; local
3302 int next_tick = 0; local
4447 int next_tick = DE4X5_AUTOSENSE_MS; local
4485 int next_tick = DE4X5_AUTOSENSE_MS; local
4520 int next_tick = DE4X5_AUTOSENSE_MS; local
[all...]
H A D21142.c38 int next_tick = 60*HZ; local
51 next_tick = 3*HZ;
54 next_tick = 60*HZ;
71 next_tick = 3*HZ;
104 next_tick = 3*HZ;
110 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dpnic2.c87 int next_tick = 60*HZ; local
93 if (next_tick) {
94 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dtulip_core.c300 int next_tick = 3*HZ; local
465 next_tick = 1*HZ;
509 tp->timer.expires = RUN_AT(next_tick);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwmgr.h85 #define timer_expire(timer,next_tick) mod_timer(&timer, RUN_AT(next_tick))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.h85 #define timer_expire(timer, next_tick) mod_timer(&timer, RUN_AT(next_tick))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139too.c1438 static int next_tick = 3 * HZ; variable
1473 next_tick = HZ / 10;
1496 next_tick = HZ / 10;
1504 next_tick = HZ / 10;
1521 next_tick = HZ / 10;
1533 next_tick = HZ / 10;
1567 next_tick = HZ * 60;
1584 unsigned long thr_delay = next_tick;
1614 schedule_delayed_work(&tp->thread, next_tick);
1676 schedule_delayed_work(&tp->thread, next_tick);
[all...]
H A Dyellowfin.c659 int next_tick = 60*HZ; local
679 next_tick = 60*HZ;
681 next_tick = 3*HZ;
684 yp->timer.expires = jiffies + next_tick;
H A Dnatsemi.c1792 int next_tick = NATSEMI_TIMER_FREQ; local
1826 next_tick = HZ;
1847 next_tick = 1;
1851 if (next_tick > 1)
1852 mod_timer(&np->timer, round_jiffies(jiffies + next_tick));
1854 mod_timer(&np->timer, jiffies + next_tick);
H A Ddl2k.c492 int next_tick = 1*HZ; local
526 np->timer.expires = jiffies + next_tick;
H A Depic100.c865 int next_tick = 5*HZ; local
878 ep->timer.expires = jiffies + next_tick;
H A Dhamachi.c1049 int next_tick = 10*HZ; local
1065 hmp->timer.expires = RUN_AT(next_tick);
H A Dpci-skeleton.c1233 int next_tick = 60 * HZ; local
1261 tp->timer.expires = jiffies + next_tick;
H A Dsundance.c918 int next_tick = 10*HZ; local
927 np->timer.expires = jiffies + next_tick;
H A D3c59x.c1793 int next_tick = 60*HZ; local
1834 next_tick = 5*HZ;
1856 next_tick = media_tbl[dev->if_port].wait;
1880 mod_timer(&vp->timer, RUN_AT(next_tick));
H A Dsis900.c1201 static const int next_tick = 5*HZ; local
1251 sis_priv->timer.expires = jiffies + next_tick;

Completed in 179 milliseconds