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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dtime.c58 unsigned long next_tick; local
69 /* Initialize next_tick to the expected tick time. */
70 next_tick = cpuinfo->it_value;
78 cycles_elapsed = now - next_tick;
109 next_tick, now );
119 next_tick = now + cycles_remainder;
121 cpuinfo->it_value = next_tick;
123 /* Skip one clocktick on purpose if we are likely to miss next_tick.
124 * We want to avoid the new next_tick being less than CR16.
129 next_tick
213 unsigned long next_tick = mfctl(16) + clocktick; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dtimer.c27 int next_tick = 2*HZ; local
49 next_tick = 60*HZ;
110 next_tick = (24*HZ)/10;
117 next_tick = 3*HZ;
120 next_tick = 60*HZ;
142 mod_timer(&tp->timer, RUN_AT(next_tick));
151 int next_tick = 60*HZ; local
157 if (next_tick) {
158 mod_timer(&tp->timer, RUN_AT(next_tick));
167 int next_tick local
[all...]
H A Dpnic.c95 int next_tick = 60*HZ; local
109 next_tick = 3*HZ;
123 next_tick = 1*HZ;
127 next_tick = 60*HZ;
134 next_tick = 3*HZ;
137 next_tick = 1*HZ;
163 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dde4x5.c1750 int next_tick = DE4X5_AUTOSENSE_MS; local
1755 next_tick = srom_autoconf(dev);
1757 next_tick = dc21140m_autoconf(dev);
1759 next_tick = dc21041_autoconf(dev);
1761 next_tick = dc21040_autoconf(dev);
1764 enable_ast(dev, next_tick);
2382 int next_tick = DE4X5_AUTOSENSE_MS; local
2392 next_tick = srom_autoconf(dev);
2394 next_tick = dc21040_autoconf(dev);
2396 next_tick
2423 int next_tick = DE4X5_AUTOSENSE_MS; local
2495 int next_tick = DE4X5_AUTOSENSE_MS; local
2534 int next_tick = DE4X5_AUTOSENSE_MS; local
2578 int next_tick = DE4X5_AUTOSENSE_MS; local
2779 int next_tick = DE4X5_AUTOSENSE_MS; local
2964 int next_tick = DE4X5_AUTOSENSE_MS; local
3321 int next_tick = 0; local
4522 int next_tick = DE4X5_AUTOSENSE_MS; local
4560 int next_tick = DE4X5_AUTOSENSE_MS; local
4595 int next_tick = DE4X5_AUTOSENSE_MS; local
[all...]
H A D21142.c35 int next_tick = 60*HZ; local
44 next_tick = 3*HZ;
47 next_tick = 60*HZ;
62 next_tick = 3*HZ;
94 next_tick = 3*HZ;
100 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dpnic2.c88 int next_tick = 60*HZ; local
94 if (next_tick) {
95 mod_timer(&tp->timer, RUN_AT(next_tick));
H A Dtulip_core.c293 int next_tick = 3*HZ; local
444 next_tick = 1*HZ;
487 tp->timer.expires = RUN_AT(next_tick);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D8139too.c1450 static int next_tick = 3 * HZ; variable
1485 next_tick = HZ / 10;
1508 next_tick = HZ / 10;
1516 next_tick = HZ / 10;
1533 next_tick = HZ / 10;
1545 next_tick = HZ / 10;
1583 next_tick = HZ * 60;
1601 unsigned long thr_delay = next_tick;
1631 schedule_delayed_work(&tp->thread, next_tick);
1693 schedule_delayed_work(&tp->thread, next_tick);
[all...]
H A Dyellowfin.c657 int next_tick = 60*HZ; local
678 next_tick = 60*HZ;
680 next_tick = 3*HZ;
683 yp->timer.expires = jiffies + next_tick;
H A Dpci-skeleton.c1225 int next_tick = 60 * HZ; local
1257 tp->timer.expires = jiffies + next_tick;
H A Dsb1250-mac.c2688 int next_tick = HZ; local
2726 sc->sbm_timer.expires = jiffies + next_tick;
H A Dsundance.c893 int next_tick = 10*HZ; local
902 np->timer.expires = jiffies + next_tick;
H A Ddl2k.c482 int next_tick = 1*HZ; local
517 np->timer.expires = jiffies + next_tick;
H A Depic100.c858 int next_tick = 5*HZ; local
871 ep->timer.expires = jiffies + next_tick;
H A Dhamachi.c1045 int next_tick = 10*HZ; local
1061 hmp->timer.expires = RUN_AT(next_tick);
H A D3c59x.c1718 int next_tick = 60*HZ; local
1764 next_tick = 5*HZ;
1786 next_tick = media_tbl[dev->if_port].wait;
1809 mod_timer(&vp->timer, RUN_AT(next_tick));
H A Dnatsemi.c1799 int next_tick = 5*HZ; local
1833 next_tick = HZ;
1854 next_tick = 1;
1857 mod_timer(&np->timer, jiffies + next_tick);
H A Dsis900.c1203 static const int next_tick = 5*HZ; local
1253 sis_priv->timer.expires = jiffies + next_tick;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-main.c539 int next_tick = 1; local
558 next_tick = HZ;
617 if (next_tick < priv->card_polling_interval)
618 next_tick = priv->card_polling_interval;
620 priv->timer.expires = jiffies + next_tick;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c3481 u64 next_tick = rq->tick_timestamp + TICK_NSEC; local
3488 if (unlikely(rq->clock < next_tick))
3489 rq->clock = next_tick;

Completed in 432 milliseconds