Searched refs:jiffies (Results 1 - 25 of 938) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Dreset.c14 unsigned long start = jiffies;
19 } while (jiffies - start < 50);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa110/
H A Dsystem.h28 start_idle = jiffies;
33 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-tbox/
H A Dsystem.h13 start_idle = jiffies;
19 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa110/
H A Dsystem.h28 start_idle = jiffies;
33 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-tbox/
H A Dsystem.h13 start_idle = jiffies;
19 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dreset.c53 mark = jiffies;
54 while (jiffies<(mark+HZ));
57 mark = jiffies;
58 while (jiffies<(mark+HZ));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-rpc/
H A Dsystem.h18 start_idle = jiffies;
24 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-rpc/
H A Dsystem.h18 start_idle = jiffies;
24 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpseudo.h16 when either it returns true, or timeout jiffies have passed,
23 (nice-1) jiffies.
65 ps_then = jiffies;
66 ps_timeout = jiffies + timeout;
79 ps_timer.expires = jiffies + ((ps_nice>0)?(ps_nice-1):0);
105 if (!ps_ready || ps_ready() || time_after_eq(jiffies, ps_timeout)) {
134 if (!ps_ready || ps_ready() || time_after_eq(jiffies, ps_timeout)) {
141 ps_timer.expires = jiffies + ((ps_nice>0)?(ps_nice-1):0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dauto_irq.c14 'jiffies' (1/100 sec.) to detect other devices that have active IRQ lines,
21 be set to the number of jiffies to wait for a slow device to raise an IRQ.
48 #define BUSY_LOOP_UNTIL(j) while ((long)(jiffies-(j)) < 0) ;
51 unsigned long delay = jiffies + waittime;
H A D3c505.c266 int timeout = jiffies + 10*HZ/100;
270 } while (stat1 != inb_status(base_addr) && time_before(jiffies, timeout));
271 if (time_after_eq(jiffies, timeout))
296 timeout = jiffies + 2*HZ/100;
297 while (time_before_eq(jiffies, timeout) && !(inb_status(dev->base_addr) & ACRF));
302 timeout = jiffies + 1*HZ/100;
303 while (time_before_eq(jiffies, timeout));
305 timeout = jiffies + 1*HZ/100;
306 while (time_before_eq(jiffies, timeout));
308 timeout = jiffies
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_private_timer.h32 return jiffies - t->expires;
50 return t->running && time_after_eq(jiffies, t->expires + to);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_timer.c40 sk->timer.expires = jiffies + SLOW_INTERVAL;
61 sk->timer.expires = jiffies + HZ / 10;
100 if ((jiffies - scp->stamp) >= scp->keepalive)
104 sk->timer.expires = jiffies + SLOW_INTERVAL;
119 scp->delack_timer.expires = jiffies + HZ / 20;
139 scp->delack_timer.expires = jiffies + FAST_INTERVAL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-reset.c89 mod_timer(&blink_timer, jiffies+data);
96 debounce_timer.expires = jiffies + 5; /* 0.05s */
126 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
154 volume_timer.expires = jiffies + 1;
171 volume_timer.expires = jiffies + 1;
187 debounce_timer.expires = jiffies + 5;
196 volume_timer.expires = jiffies + 1;
202 volume_timer.expires = jiffies + 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dutils.c29 return net_rand_seed^jiffies;
54 unsigned long now = jiffies;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa285/
H A Dsystem.h20 start_idle = jiffies;
26 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa285/
H A Dsystem.h20 start_idle = jiffies;
26 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dmca.c250 sn_cpei_timer.expires = jiffies + CPEI_INTERVAL;
256 sn_cpei_timer.expires = jiffies + CPEI_INTERVAL;
271 sn_ce_timer.expires = jiffies + CPEI_INTERVAL;
276 sn_ce_timer.expires = jiffies + CPEI_INTERVAL;
/asus-wl-520gu-7.0.1.45/src/router/bridge/libbridge/
H A Dlibbridge_private.h29 void __jiffies_to_tv(struct timeval *tv, unsigned long jiffies);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_debug.c63 lmcEventLogBuf[lmcEventLogIndex++] = jiffies;
71 unsigned long j = jiffies + 3; /* Wait for 50 ms */
75 // while(time_before(jiffies, j+10))
80 while(time_before(jiffies, j))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtime.h18 * Change timeval to jiffies, trying to avoid the
25 * to wait "jiffies+1" in order to guarantee that we wait
26 * at _least_ "jiffies" - so "jiffies+1" had better still
45 jiffies_to_timespec(unsigned long jiffies, struct timespec *value) argument
47 value->tv_nsec = (jiffies % HZ) * (1000000000L / HZ);
48 value->tv_sec = jiffies / HZ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtime.h18 * Change timeval to jiffies, trying to avoid the
25 * to wait "jiffies+1" in order to guarantee that we wait
26 * at _least_ "jiffies" - so "jiffies+1" had better still
45 jiffies_to_timespec(unsigned long jiffies, struct timespec *value) argument
47 value->tv_nsec = (jiffies % HZ) * (1000000000L / HZ);
48 value->tv_sec = jiffies / HZ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsbc60xxwdt.c121 if(time_before(jiffies, next_heartbeat))
126 timer.expires = jiffies + WDT_INTERVAL;
139 next_heartbeat = jiffies + WDT_HEARTBEAT;
142 timer.expires = jiffies + WDT_INTERVAL;
185 next_heartbeat = jiffies + WDT_HEARTBEAT;
249 next_heartbeat = jiffies + WDT_HEARTBEAT;
H A Dsoftdog.c117 mod_timer(&watchdog_ticktock, jiffies+(soft_margin*HZ));
160 mod_timer(&watchdog_ticktock, jiffies+(soft_margin*HZ));
186 mod_timer(&watchdog_ticktock, jiffies+(soft_margin*HZ));
194 mod_timer(&watchdog_ticktock, jiffies+(soft_margin*HZ));
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Ditimer.c16 * change timeval to jiffies, trying to avoid the
37 static void jiffiestotv(unsigned long jiffies, struct timeval *value) argument
39 value->tv_usec = (jiffies % HZ) * (1000000 / HZ);
40 value->tv_sec = jiffies / HZ;
52 val = current->real_timer.expires - jiffies;
100 p->real_timer.expires = jiffies + interval;
123 i = j + jiffies;

Completed in 171 milliseconds

1234567891011>>